- Joined
- Jun 18, 2022
- Messages
- 1
- Reaction score
- 0
Complete the code to find if a given number is a prime number? The program will take a positive integer greater than 1 as input and indicate if it is a prime number by saying "prime", and if it is not a prime number saying "not a prime".