What is the output of the following program code:
If m=5; then find
for( int i=5;i>1;i--)
n = ++m * 5 + --m +m;
System.out.println(“N=”+n+”\n M = “+m+”\n I = “+i);
Answers
Answered by
0
Answer:
can you please explain the language it's python ot html
Answered by
0
Answer:
this is a python code
...............
Similar questions