Question: Write a C++ Main code the generate random list of numbers. Your main code should test the prime numbers in the list by sending each
Write a C++ Main code the generate random list of numbers. Your main code should test the prime numbers in the list by sending each number to bool Prime1(int k). Your code should also display how many primes are there. Your random list contains 20 numbers between 3 and 78. A sample run should look like this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
