14 Likes
switch
Answered By
4 Likes
How many times the following message will be printed?
do { System.out.println("Hello"); } ch++; while(ch <= 1);
Explain the use of if control structure.
What are the unique features of for loop?