How many times the message 'In loop' will print to the screen when executing the below code (assume there are How many t
Posted: Thu Jul 14, 2022 2:28 pm
How many times the message 'In loop' will print to the screen when executing the below code (assume there are How many times the message 'In loop' will print to the screen when no syntax and compile errors)? int number =5; do System.out.println ( "In loop"); \} while ( number !=5 ); 5 times 0 times 2 time