Question: C Programming Need Help Need help with my c programming question, I am a beginner and we are iust learning loops so a little confused
Write a program which determine if the number given in input is a prime number or not. Test that the input number is in the range 11:100] Note a prime number is a number divisible only by 1 and itself. Hint: Use modulo operator % to determine if a number is divisible by another number. For example: Input Result 13 The number 13 is a prime number. B The number 8 is not a prime number. 111 The number 111 is outside the range [1;100)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
