Question: What is the output for the following java code? int i, s 0; ... for (int k = 0; k < 3; k++) { 0;
What is the output for the following java code? int i, s 0; ... for (int k = 0; k < 3; k++) { 0; do { i i++; s++; } while (i <= k); } System.out.println(s);
( I need the answer with in 30 min)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
