Question: What is the output produced by the following code? int a=2, b=4; for (int i=0; i
What is the output produced by the following code? int a=2, b=4; for (int i=0; i <9; i++) a+= 2; b+= 4; System.out.println(a+b);
Step by Step Solution
There are 3 Steps involved in it
The code snippet youve provided seems to be written in Java It initializes t... View full answer
Get step-by-step solutions from verified subject matter experts
