What will be the output of the following code-?
int m=4, n=10,i
for(i=1;i<5;i++)
m++;
n- -;
System.out.println(“ m = “ +m “ “ +” n = “ +n);
Answers
Answered by
0
Explanation:
int f=1,i=2;. do. { f*=i;. }while(++i<5);. System. out.println(f);. Ans: 24. 4. ... 5. What will be the output of the following code segment: ... System.out.println(“m is “+m); ... for(int I=0;I>= 10;I++).
Answered by
0
Answer:
HELLO
PLZ MARK ME AS BRILLIANIST
Similar questions