Question: What prints if the users enter 2 0 when the following code is run? int age; Scanner sc = new Scanner ( System . in

What prints if the users enter 20 when the following code is run?
int age;
Scanner sc = new Scanner(System.in);
System.out.print("Enter your age: ");
age = sc.nextInt();
if (age <21)
{
System.out.println("You cannot enter.");
}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!