Prime number or not.
Write a program that asks the user to
type an integer number N and then show a message “Prime” or “Not Prime”.
Input: A positive integer
Output : The message “Prime” or “Not Prime”
Sample Input1:
|
Sample Input2:
|
5
|
9
|
Sample Output1:
|
Sample Output2:
|
Prime
|
Not Prime
|
Для отправки решений необходимо