Question: 8. (6 points) Design an algorithm and write the pseudocode for printing all the factors of s Hint: use a while loop to divide 568742
8. (6 points) Design an algorithm and write the pseudocode for printing all the factors of s Hint: use a while loop to divide 568742 by every number between 1 and 568742, if there is no remainder, then print it. For example, 568742 % 199 is 0, so 199 is a factor of 568742)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
