Question: Write an indexed for loop to fill an array prime such that element prime[0] contains the first prime number, prime[1] the second prime number, and
Write an indexed for loop to fill an array prime such that element prime[0] contains the first prime number, prime[1] the second prime number, and so on. Also, write a loop that calculates the sum of all the prime numbers stored. (Array size should be 100).
The program must be in C with only
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
