Question: using Java program QUESTION 1 In a for statement, if the continuation condition is blank, the condition is assumed to be True False QUESTION 2
QUESTION 1 In a for statement, if the continuation condition is blank, the condition is assumed to be True False QUESTION 2 What is the output of the following code: for (; false;) System.out.println("Welcome to Java"); prints out Welcome to Java forever Oprints out Welcome to Java one time Oprints out Welcome to Java two times does not print anything
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
