Question: what is the output after doing the code below int a =3,b=5,c=0: while (a !=1){ c+= a+b; a--; system out print (c)
what is the output after doing the code below int a =3,b=5,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
