Computer Science, asked by tcdthegreat47, 9 days ago

please give me the ans !!?​

Attachments:

Answers

Answered by MuazCh
0

Answer:

int m=5;

int n;

for(n=10, n>=1, n-- ){

  System.out.println(m*n)

};

 

Explanation:

Similar questions