Write a C++ program that asks the user to enter values in a 1d array. The size of the array should be provided by the user. You have to compute the array by using functions through displaying the menu from the user. use pointer notation to access th array element .  1. Non-zero values, Number of occurrence in array and indexes 2. The square root of all the values 3. Prime numbers among all 4. Smallest numbers (from given value till 0 for every individual value ) 5. Positive Numbers

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.4: Arrays As Arguments
Problem 5E
icon
Related questions
Question

Write a C++ program that asks the user to enter values in a 1d array. The size of the array should be provided by the user. You have to compute the array by using functions through displaying the menu from the user. use pointer notation to access th array element . 

1. Non-zero values, Number of occurrence in array and indexes

2. The square root of all the values

3. Prime numbers among all

4. Smallest numbers (from given value till 0 for every individual value )

5. Positive Numbers

Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr