Question: Help with program in C++ please The program accepts up to five integers from the user and stores them in an array (the program keeps
Help with program in C++ please
The program accepts up to five integers from the user and stores them in an array (the program keeps accepting integers until the user inputs 5 integers or inputs the number 0, whichever is first). The program then prints a statement to the user stating whether each of these numbers is prime.
The program should be structured such that the main function iterates over the array and calls a function called Prime with one integer passed to it. The prime function is going to find out whether or not the number i prime, and will print a statement stating that.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
