Question: (a) Write a C program to decide if an integer that the user inputs is prime or not. A prime number is a number

(a) Write a C program to decide if an integer that the 

(a) Write a C program to decide if an integer that the user inputs is prime or not. A prime number is a number greater than 1 with no positive divisors. The user should only input an integer from 0 to 100. If the user inputs 17 the output should be: 17 is a prime number. Do you want to input another (y/n)? If the user inputs y and then inputs 52 the output would be: 52 is not a prime number. Do you want to input another (y/n)? [10 Marks]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a simple C ... View full answer

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!