Computer Science, asked by anshsajwan73, 11 months ago

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 dakshugunnul
0

Answer:

which chapter chapter is this? I know this is from computer but which chapter.

Similar questions