Question: 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

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: (a) 17 is a prime number Do you want to input another (y)? 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)? [10 Marks]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
