You are on page 1of 1

Machine Problem No.

2:
1. Draw a program that will create an online ordering and shipping of a big
supermarket.

START

Account
Information

Input item; num_Items;

Order_Total =
item *
num_Items;

Shipping_Fee = 200;
cashBasis; creditCard;

PaymentMode = cashBasis;

PaymentMode =
creditCard;

FinalBill =
Order_Total +
ShippingFee;

FinalBill =
Order_Total

Stop

You might also like