Question: In C Write a program called InfiniteAdder that uses a Do-while loop to repeatedly prompt users for numeric input to add to a double sum
In C Write a program called InfiniteAdder that uses a Do-while loop to repeatedly prompt users for numeric input to add to a double sum variable.
Every time the program receives a non-zero number from the user, it prints out the current value of sum.
The loop is exited when the user enters the number 0.
Print out the final value of sum after exiting the loop.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
