Computer Science, asked by sathishsree9880, 10 months ago

What is the output of the following program code:
If m=3; then find
for(int i=1;i<=1;i++)
n= ++m * 5+--m +m;
System.out.println("N="+n+"\n M= "+m+"\ni= "+1);​

Answers

Answered by amannishad0512p5zxh6
1

Answer:

n=4*5+3+3=26

Output :- N=26

M=3

i=1

Mark me brainlest ❤️ I m first to answer, follow me for more doubts to be solved.

Answered by vipinsharma89236
0

Answer:

n = 4*5+3+3 = 26

output :- n =26

m =3

I = 1

Similar questions