Page 1 of 1

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
by answerhappygod
How Many Times The Message In Loop Will Print To The Screen When Executing The Below Code Assume There Are How Many T 1
How Many Times The Message In Loop Will Print To The Screen When Executing The Below Code Assume There Are How Many T 1 (372.15 KiB) Viewed 30 times
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