You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scanner scan = new Scanner(System.in);//Created a object of the Scanner class to use to take inputs from the user
System.out.println("Enter the Number");
a = scan.nextInt();// used the object of the scanner class to to take input nextInt() is a method from the scanner class just like the function from a class in cpp calling it and using it with