My code is not compile and run Code is Below
import java.util.Scanner;
class Input
{
public static void main(String arg[])
{
int rno;
System.out.print("Enter Your Name = ");
System.in.nextInt(rno);
}
}
i think if System.out.println() is run then upper code should have to run but not run please solve this problem