Computer Science, asked by unknown98875, 2 months ago

Rewrite the following while loop into for loop
int m=5, n=10
{
System.out.println(m*n)
n--;
}

Answers

Answered by sameerlakhanpal08
5

Answer:

there is your answer

Explanation:

please make me Brainlist and thanks

Attachments:
Similar questions