Write a program that will ask the user to enter a number n and display the sum of all numbers from 1 to n. (last name from F - L) Write a program that asks the user to enter a number n and display the first n even numbers. Example: if n=5, the first 5 even numbers are 2, 4, 6, 8, 10 (last name from M - S) Write a program that asks the user to enter a number n and display the first n odd numbers. Example: if n=5, the first 5 even numbers are 1, 3, 5, 7, 9 (last name from T - Z) Write a program that will compute for n! (n factorial) which is the product of all numbers from 1 to n.
Create two C++ programs on the assigned problem using 2/3 looping structure.
Upload the file with the following formats:
lastname_for.cpp lastname_while.cpp lastname_dowhile.cpp
Problems:
(last name from A - E)
Write a
(last name from F - L)
Write a program that asks the user to enter a number n and display the first n even numbers. Example: if n=5, the first 5 even numbers are 2, 4, 6, 8, 10
(last name from M - S)
Write a program that asks the user to enter a number n and display the first n odd numbers. Example: if n=5, the first 5 even numbers are 1, 3, 5, 7, 9
(last name from T - Z)
Write a program that will compute for n! (n factorial) which is the product of all numbers from 1 to n.
Step by step
Solved in 2 steps with 4 images