please give me the ans !!?
Attachments:
Answers
Answered by
1
Answer:
your answer is m*n = m = 5 , n = 10 = m*n = 50.
Answered by
1
int m=5,n=10,i;
for(i=n;i>0;i--)
{
System.out.println(m*i);
}
I hope this clears your misunderstanding
Attachments:
Similar questions