class Name{ | |
public static void main(String[] args){ | |
System.out.println("Enter Your name"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
class Name{ | |
public static void main(String[] args){ | |
System.out.println("Enter Your name"); | |
} | |
} |