February 2014
Beginner
1248 pages
62h 25m
English
Line 20
System.out.print("Enter second integer: "); // prompt
prompts the user to enter the second integer. Line 21
number2 = input.nextInt(); // read second number from user
reads the second integer and assigns it to variable number2.
Read now
Unlock full access