menu('Store','new user','old user')
user_choice
case'new user'
case'old user'
exampleOutput = menu('Item 1','Item 2','Item 3')
exampleOutput = Item 1('10')
exampleOutput = Item 2 ('5')
exampleOutput = Item 3 ('7')
This code allows for a customer to scan his/her finger. If the person is a new user......
If the person is an already existing (old user), the menu will appear, allowing for him/her to choose from the available options.
No comments:
Post a Comment