Write a program that finds the sum of a series of numbers


Problem

Write a program that finds the sum of a series of numbers typed by the user. Allow the user to continue entering integers until they type the number 0, then display the sum. After printing the sum, print "Calculate another sum? [Y/N]". If the user types Y then start calculating the sum of another sequence of numbers. If the user types N the program should exit. If the user types anything else, print the message "Calculate another sum? [Y/N]" again.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that finds the sum of a series of numbers
Reference No:- TGS03255362

Expected delivery within 24 Hours