Computer Science, asked by uppilikusmitha, 7 hours ago

What will be the output of the programme?
int a = 30;
int b = 2;
for ((b + a)>0; b--)
{
if(b>0)

a = a/b;
else
a = a%(a+b);
System.out.print (String.format ("(A = %d, B=%d)", a +b, b-a);
}​

Answers

Answered by diyadey50
0

Answer:

Sorry I can't but can you please mark me as branliest

Answered by Newuser4455
0

Answer:

Explanation:

jsjsj

Similar questions