Question: 1 Point What is the output after executing the code below: int a = 3, b = 4, C = 0; while (a != 1)
1 Point What is the output after executing the code below: int a = 3, b = 4, C = 0; while (a != 1) { C+= a + b; a-- } System.out.print(c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
