Question:

1 Write an algorithm in pseudocode that will take in a non

Last updated: 3/31/2023

1 Write an algorithm in pseudocode that will take in a non

1 Write an algorithm in pseudocode that will take in a non zero natural number and will output the smallest prime that divides into it You can assume the existence of a remainder function that takes in an number and a divisor and outputs the remainder for this problem