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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!