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 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
Heres a simple C ... View full answer
Get step-by-step solutions from verified subject matter experts
