Question: 0000 Question 8 of 25 According to the given code segment below, assume that user inputs are like x-10, y-14, z-12. What is the
0000 Question 8 of 25 According to the given code segment below, assume that user inputs are like x-10, y-14, z-12. What is the output of this code segment? public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("Enter a number: "); int x = input.nextInt(); System.out.println("Enter a number: "); int y = input.nextInt(); System.out.println("Enter a number: "); int z = input.nextInt(); if (xy || z > y) System.out.println("Nice!"); else if (x > y || z < y) System.out.println("Good!"); else if (x > y || z> y) System.out.println("Fine!"); else if (x < y || y < z) System.out.println("Well!"); } Well Nice! Fine! Good!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
