Write a program that keeps taking input from a user to enter how much they have spent from their pocket money
It should keep a running total of all the amounts that are entered
When the user types "Q" the program ends and displays the total amount spent
It should also show the highest value entered
Construct the algorithm answer dragging &dropping and reordering lines from the left to the right.