What will be the output of the following code?
int m=2;
int n=15;
for(int i = 1;I<=5;i++)
m++;--n;
System.out.println("m="+m);
system.out. println("n="+n);
Answers
Answered by
0
Answer:
which chapter chapter is this? I know this is from computer but which chapter.
Similar questions