際際滷

際際滷Share a Scribd company logo
ELECTRONICS
Vending Machine
Concept
This vending machine provides access to mobile phone/device accessories on
the go and is available 24/7 to meet the ever growing demand for customer
convenience.
Customers are able to purchase an array of mobile phone/device accessories
such as chargers (AC, DC or USB), Power Banks, Earphones, Sim Cards and
Screen Cleaners, for the latest phone including Apple, Samsung, Motorola,
Blackberry, Sony and Nokia.
Products :
 Chargers (AC, DC, USB)
 Power Banks
 Earphones
 Sim Cards
 Screen Cleaners
Price :
STARTING FROM RM3 - RM50
ORIGINAL BRAND
(THE FIGURE ON THE SIDE IS THE EXAMPLE CONCEPT OF "ELECTRONICS
VENDING MACHINE ".)
Pseudocode
Start
Display a welcome message and list of available phone accessories with their prices
Initialize the users balance to 0
If the user insert the money
Select phone accessories
Prompt the user to enter the code of the desired accessory
Check if the users balance is sufficient for the selected accessory
If yes
Dispense the accessory
Deduct the price from the balance
Else;
Inform the user of the insufficient balance
If the user choose to exit
Display a thank you message
End the program
Else;
Repeat the following steps until the user choose to exit
Else;
End
Flow Chart Start
Display
welcome
message
User
insert
money?
Yes
Enter
accessory
code
No
Check the users balance
for the selected
accessory
Balance
sufficient?
Yes
Dispense
accessory
No
Inform the
user of the
insufficient
balance
User
choose to
exit?
Yes
Display a
thank you
message
End program
End
No

More Related Content

Electronics Vending Machine.pptx

  • 2. Concept This vending machine provides access to mobile phone/device accessories on the go and is available 24/7 to meet the ever growing demand for customer convenience. Customers are able to purchase an array of mobile phone/device accessories such as chargers (AC, DC or USB), Power Banks, Earphones, Sim Cards and Screen Cleaners, for the latest phone including Apple, Samsung, Motorola, Blackberry, Sony and Nokia.
  • 3. Products : Chargers (AC, DC, USB) Power Banks Earphones Sim Cards Screen Cleaners Price : STARTING FROM RM3 - RM50 ORIGINAL BRAND (THE FIGURE ON THE SIDE IS THE EXAMPLE CONCEPT OF "ELECTRONICS VENDING MACHINE ".)
  • 4. Pseudocode Start Display a welcome message and list of available phone accessories with their prices Initialize the users balance to 0 If the user insert the money Select phone accessories Prompt the user to enter the code of the desired accessory Check if the users balance is sufficient for the selected accessory If yes Dispense the accessory Deduct the price from the balance Else; Inform the user of the insufficient balance If the user choose to exit Display a thank you message End the program Else; Repeat the following steps until the user choose to exit Else; End
  • 6. Check the users balance for the selected accessory Balance sufficient? Yes Dispense accessory No Inform the user of the insufficient balance
  • 7. User choose to exit? Yes Display a thank you message End program End No