accept a number and print its factor
Answers
Answered by
1
Input number from user. Store it in some variable say num .
Run a loop from 1 to num , increment 1 in each iteration. The loop structure should look like for(i=1; i<=num; i++) .
For each iteration inside loop check current counter loop variable i is a factor of num or not.
Similar questions
Biology,
8 months ago
Social Sciences,
1 year ago