Write a program that asks the user to enter the amount that he or she has / / budgeted for a month. Call a function that uses a loop that prompts the user / / to enter each of his or her expenses for the month and keep a running total. / / The loop finishes when the user enters an expense of 0 at which time the function / / returns the total for the monthly expenses. The program should display the amount / / that the user is over or under budget.
+1
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program that asks the user to enter the amount that he or she has / / budgeted for a month. Call a function that uses a loop that ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Engineering » Write a program that asks the user to enter the amount that he or she has / / budgeted for a month. Call a function that uses a loop that prompts the user / / to enter each of his or her expenses for the month and keep a running total.