Computer Science, asked by arshjeor2003, 7 months ago

int m=5,n=4;
system.out.printlen("_ _ m");
system.out.printlen("n_ _");
}​

Answers

Answered by subhamchand123sc
0

Answer:

_ _5

4_ _

Explanation:

this is your answer.

Answered by Aashikaushik
0

Answer:

it will only print _ _ m and n_ _ ...if u have written the question correct i.e.printlen is correct then it will show error ....bcz the correct function is println ......

Similar questions