1. Write programs in C that gets an integer input and calculate the multiplication of the flowing series SUM = n + (n-1) + (n-2) + ………+ 3 + 2 + 1
a. Use for loop
b. Use while loop
2. Write programs in C that gets an integer n as input and calculate the sum of all even numbers using loops
a. Use for
b. Use do-while
Answers
Answered by
0
Answer:
option a is the right and correct answer
Similar questions
Hindi,
10 hours ago
English,
10 hours ago
Math,
10 hours ago
Math,
21 hours ago
Computer Science,
21 hours ago