Design and write a modular python program for chapter 7 programming exercise #12 from your textbook, with the following modifications: 1. prompt for input of a positive number and call a function to determine if all the numbers from 2 up to and including the input number is a prime or composite number 2. display all the numbers tested with the appropriate label (prime or composite) 3. after completing the task of displaying the numbers the program should ask for a second number input 4. entry of a negative number will end the program Be sure to use clear promptelah

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 7PP: (Numerical) Using the srand() and rand() C++ library functions, fill an array of 1000 floating-point...
icon
Related questions
Question
Design and write a modular python program for chapter 7 programming exercise #12 from your textbook, with the following
modifications:
1. prompt for input of a positive number and call a function to determine if all the numbers from 2 up to and including the input
number is a prime or composite number
2. display all the numbers tested with the appropriate label (prime or composite)
3. after completing the task of displaying the numbers the program should ask for a second number input
4. entry of a negative number will end the program
Be sure to use clear prompts/labeling for input and output.
Transcribed Image Text:Design and write a modular python program for chapter 7 programming exercise #12 from your textbook, with the following modifications: 1. prompt for input of a positive number and call a function to determine if all the numbers from 2 up to and including the input number is a prime or composite number 2. display all the numbers tested with the appropriate label (prime or composite) 3. after completing the task of displaying the numbers the program should ask for a second number input 4. entry of a negative number will end the program Be sure to use clear prompts/labeling for input and output.
12. Prime Number Generation
A positive integer greater than 1 is said to be prime if it has no divisors other than 1 and itself. A
positive integer greater than 1 is composite if it is not prime. Write a program that asks the user to
enter an integer greater than 1, then displays all of the prime numbers that are less than or equal to
the number entered. The program should work as follows:
. Once the user has entered a number, the program should populate a list with all of the
integers from 2 up through the value entered.
• The program should then use a loop to step through the list. The loop should pass each
element to a function that displays whether the element is a prime number, or a composite
number.
Transcribed Image Text:12. Prime Number Generation A positive integer greater than 1 is said to be prime if it has no divisors other than 1 and itself. A positive integer greater than 1 is composite if it is not prime. Write a program that asks the user to enter an integer greater than 1, then displays all of the prime numbers that are less than or equal to the number entered. The program should work as follows: . Once the user has entered a number, the program should populate a list with all of the integers from 2 up through the value entered. • The program should then use a loop to step through the list. The loop should pass each element to a function that displays whether the element is a prime number, or a composite number.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
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