C#. Algorithm. Please Help. Thanks.

Dec 2 2020 8:34 AM
Develop an algorithm that initializes a vector( a list of numbers) of 5 positive numbers by requesting the input from the user. Check if all the numbers entered are multiples of 2 or 5, if they are, it communicates it in output to the user. Finally print the numbers in the reverse order of the entry.

Answers (2)