Question: you will be implementing a function that takes in an array of numbers and finds all numbers in the array that are prime numbers. -

you will be implementing a function that takes in an array of
numbers and finds all numbers in the array that are prime numbers.
- To Do:
- In main take user input on how many numbers are to be entered into the array
- Take input of numbers from the user for the amount of numbers that was specified
- Pass the array to a function that finds all prime numbers in the array of numbers entered
- Return an array of prime numbers
- Print all prime numbers
- EVERYTHING MUST BE DONE IN POINTERS
- The only things that do not need to be done using pointers are variables for interaction in for
loops like for (int i =0; i < x; i++);

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 Programming Questions!