Question: Write a C++ program to do the following: - Declare a 1-dimensional array of type integer with 5 components. - Fill array elements from the
Write a C++ program to do the following: - Declare a 1-dimensional array of type integer with 5 components. - Fill array elements from the user. - Print a message to indicate whether the array contains prime, not prime or mix numbers as following: - Prime: if all elements are prime. - Not Prime: if all elements are not prime. - Mix: if some of elements are prime and some are not prime. A sample run of the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
