Question: Write a function to determine if an input integer is a prime number. The function should take input integer parameter and return 1 if the
Write a function to determine if an input integer is a prime number. The function should take input integer parameter and return 1 if the input is a prime number, and 0 if not Write the function here. write a main program to test your function here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
