Use a loop of some kind (a while might be best), collecting the user's input each time through the loop, calculating new results which are then displayed. You might try this approach in a similar...