Question: I'm in my 2nd week of Java programming and I'm having some issues already. My midweek assignment is a follows: 1. What do you think
I'm in my 2nd week of Java programming and I'm having some issues already. My midweek assignment is a follows: 1. What do you think would happen given the following lines of codes.
Scanner sc = new Scanner(System.in);
System.out.print("Please enter a decimal number: ");
int decNum = sc.nextInt();
System.out.println("You entered: " + decNum);
2. If it is not correct, how could you fix the code so it would work.
3. If the code is correct, would it actually print the user's decimal number?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
