Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
1 Posted Topic
/*Write a program that prompts the user to input positive integer. It should then output a message indicating whether the number is a prime number. (Note: 2 is the only even number which is prime. An odd integer is prime if it is not divisible by any odd integer less …
The End.