I am doing algorithm I exercises and I have a doubt about the statement that asks to do cycles 1-n.
The statement is: Rewrite algorithms MI-16 to MI-18, using cycles 1-n
And the MI-16 to MI-18 are the following:
MI-16: Enter and report values, as long as the value entered is not negative. Inform the amount of values entered.
MI-18: Given an M value, determine and issue a list with the first M multiples of 3 that are not 5, within the set of natural numbers
What would a 1-n cycle be?