1. Write a program that will output all prime numbers from 1 to 15000 2. Write a program asking for 10 numbers and output the smallest, largest, and mean from the input numbers. 3. Write a program that will ask for two numbers and output the product. You must not use multiplication. 4. Write a program that will compute the factorial of an input number using iteration. You must not use multiplication. 5. Write a program that will ask for the value of n, and output the Fibonacci series from 1st to nth term After you check and run that the program executes correctly, you must submit a report that includes the source code for all the exercises that also includes the screenshot of the program execution.

icon
Related questions
Question
100%

Do it in C++. Thank you.

1. Write a program that will output all prime numbers from 1 to 15000
2. Write a program asking for 10 numbers and output the smallest, largest, and mean from the input numbers.
3. Write a program that will ask for two numbers and output the product. You must not use multiplication.
4. Write a program that will compute the factorial of an input number using iteration. You must not use multiplication.
5. Write a program that will ask for the value of n, and output the Fibonacci series from 1st to nth term
After you check and run that the program executes correctly, you must submit a report that includes the source code for all the exercises that also includes the screenshot of the program execution.
Transcribed Image Text:1. Write a program that will output all prime numbers from 1 to 15000 2. Write a program asking for 10 numbers and output the smallest, largest, and mean from the input numbers. 3. Write a program that will ask for two numbers and output the product. You must not use multiplication. 4. Write a program that will compute the factorial of an input number using iteration. You must not use multiplication. 5. Write a program that will ask for the value of n, and output the Fibonacci series from 1st to nth term After you check and run that the program executes correctly, you must submit a report that includes the source code for all the exercises that also includes the screenshot of the program execution.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer