Computer Science, asked by tcdthegreat47, 9 days ago

please give me the ans !!?​

Attachments:

Answers

Answered by Kanchankaur
1

Answer:

your answer is m*n = m = 5 , n = 10 = m*n = 50.

Answered by gayatri06gp
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