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.
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.
Related questions
Question
100%
Do it in C++. Thank you.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps