Writing some code for a check out procedure.
When the user inputs '0', I want the code to null the zero and go back to the last balance. Hitting 0 means mistake and whatever total entered be removed from the running total.
if(itemPrice >= 0.01 & itemPrice <= 4999.99)
{
count ++...