Common Computer Science References
Given a Dairy Queen item order:
Input: ex Blizzard: Mini, small, medium, large
Output: cost plus tax
Given a Subway item order:
Input: ex 6" sub
Output: cost plus tax
Given a Starbucks item order:
Input: ex coffee order
Output: cost plus tax
Something you would like to do!