Write a program to check if a number is a prime number. 1) let user input a number 2) check if its legal input (must be greater than 1), if not, ask the user input again until the input is greater than 1. 3) check if the number is prime 4) print "it is prime" or "it is composite". (A natural number (1, 2, 3, 4, 5, 6, etc.) is called a prime number (or a prime) if it is greater than 1 and cannot be written as the product of two smaller natural numbers) prime number only has divisors, 1 and itself.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 22PE
icon
Related questions
Question
Write a program to check if a number is a prime number.
1) let user input a number 2) check if its legal input (must
be greater than 1), if not, ask the user input again until
the input is greater than 1. 3) check if the number is
prime 4) print "it is prime" or "it is composite".
(A natural number (1, 2, 3, 4, 5, 6, etc.) is called a prime
number (or a prime) if it is greater than 1 and cannot be
written as the product of two smaller natural numbers)
prime number only has divisors, 1 and itself.
Transcribed Image Text:Write a program to check if a number is a prime number. 1) let user input a number 2) check if its legal input (must be greater than 1), if not, ask the user input again until the input is greater than 1. 3) check if the number is prime 4) print "it is prime" or "it is composite". (A natural number (1, 2, 3, 4, 5, 6, etc.) is called a prime number (or a prime) if it is greater than 1 and cannot be written as the product of two smaller natural numbers) prime number only has divisors, 1 and itself.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr