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
2
Answer:
ru from icse
Explanation:
shama24:
yes
Similar questions