Write programs in python that gets an integer n as input and calculate the sum of all even numbers using loops.
a. use for loop
b. use while loop
Answers
Answered by
1
Answer:
a. Use for loop
Is the answer
Similar questions