Write a menu driven program in Java to perform the following operations as per the user’s choice to calculate and print the sum of the following series: sum = 1 + 3 + 5 + 7 + …….. up to 10 terms.
Answers
Answered by
0
Answer:
Write a menu driven program in Java to perform the following operations as per the user’s choice to calculate and print the sum of the following series: sum = 1 + 3 + 5 + 7 + …….. up to 10 terms.
Answer : 16
Similar questions