Write a program that prompts a dieter to enter in their caloric budget (as an integer) for the week. After accepting and storing that value, use a while loop to accept and process the caloric value for each meal (entered as an integer value). Within the while loop keep a running total of the caloric values of the meals entered and a count of the meals entered. Terminate the while loop when the dieter enters 0. After the while loop ends, print the count of meals entered and print a message (follow the examples in the example outputs) indicating whether the dieter's caloric total intake was at, above, or below their caloric budget.

Write a program that prompts a dieter to enter in their caloric budget as an integer for the week After accepting and storing that value use a while loop to acc class=
Write a program that prompts a dieter to enter in their caloric budget as an integer for the week After accepting and storing that value use a while loop to acc class=