Question: multiple choice Question 5 The expression Java + 1+ 2+ 3 evaluates to Jo Java 123 Java 123 Illegal Expression Question 6 The statement System.out.printf93.14


multiple choice
Question 5 The expression "Java" + 1+ 2+ 3 evaluates to Jo Java 123 Java 123 Illegal Expression Question 6 The statement System.out.printf"93.14 123456) outputs 1234.56 123.46 12345 1234.6 D Question 7 1 pts A variable defined inside a method is referred to as - Global Variable fuction variable LOCH variable block variable Question 8 What will be displayed when the following code is executed? int number = 6 while (number >0){ number - 3; System.out.printinumber +") 630 30 30-3 Question 9 int a = 3: int b = 2: a a+b +; // What is the value of a and b after this code is executed. 6 and 2 respectively 5 and 2 respectively Sand 3 respectively 6 and 3 respectively
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
