ex3

1
Write c++ program that prompt the user to input a positive integer. It should then output a message indicating whether the number is prime number or not.

Upload: tamer-abu-alzenat

Post on 13-Apr-2017

76 views

Category:

Art & Photos


0 download

TRANSCRIPT

Page 1: Ex3

Write c++ program that prompt the user to input a positive integer. It should then output a message indicating whether the number is prime number or not.