write the output of the following program:
Showing processing also,
int a=1,b=1, n=5;
if(n>0)
{a++;b++
}
System.out.println("a="+a+"andb="+b);
Java programming.
Answers
Answered by
0
Answer:
the program should be done on laptop so do
Similar questions