Question: What is the output for the following java code? ... int sum for (int x=15; x
What is the output for the following java code? ... int sum for (int x=15; x<=50; x+=15) sum+=x; System.out.print(sum);
( I need the answer within 30 min)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
