logo CodeStepByStep logo

isPrimeNumber

Language/Type: C++ parameters loops boolean return

Write a function named isPrimeNumber that accepts an integer as a parameter and returns true if that integer is a prime number. A prime number is an integer that has no factors other than 1 and itself. The number 2 is defined as the smallest prime number.

Function: Write a C++ function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.