Question: Write The Following code using while loop for (int z=1,m=5; z =0; z++, m--) if(m%z ==0) else break; printf(EasyExam ); }
Write The Following code using while loop for (int z=1,m=5; z =0; z++, m--) if(m%z ==0) else break; printf("EasyExam "); }
Step by Step Solution
3.54 Rating (164 Votes )
There are 3 Steps involved in it
Answer Heres the code rewritten using a while loop public class Main public static void mainStr... View full answer
Get step-by-step solutions from verified subject matter experts
