Computer Science, asked by shama24, 1 year ago

1. void test1(int n)
for(int x=1; x<=n; x++)
if(n%x == 0)
System.out.println(x);
if 12 is passed to n.

Find the OUTPUT​

Answers

Answered by ravi9848267328
2

Answer:

ru from icse

Explanation:


shama24: yes
ravi9848267328: kk
Similar questions