summaryrefslogtreecommitdiffstats
path: root/C++/TakeOrderV2/instructions.txt
blob: 6fe1592461ad3a1762c21b724f6dcb1f5c88099a (plain) (blame)
1
2
3
4
5
6
7
The focus of this version/iteration is error checking. All user input should be checked to ensure it is valid input! If they enter an incorrect order, your program should allow them to redo the order. So, TEST, TEST, TEST!!
When this iteration is graded, here is what I will be looking for:

    That all invalid input is caught, the user is told, and allowed to redo input
    You have utilized function when needed (at least once)
    Subtotal, tax, and total are still calculating correctly
    Anything that stands out to me as inefficient or incorrect