Dim TotalPrice, Cash, TotalAmount, Change As Decimal
Dim selectItem, selectLoops, selectCompute As String
Console.WriteLine("Super Market")
Console.WriteLine("Select Item:")
Console.WriteLine("1001 - item 1 - P139.99")
Console.WriteLine("1002 - item 2 - P139.50")
Console.WriteLine("1003 - item 3 - P139.50")
Console.WriteLine("1004 - item 4 - P139.50")
Console.WriteLine("1005 - item 5 - P139.50")
Console.WriteLine("1006 - item 6 - P139.50")
Console.WriteLine("1007 - item 7 - P139.50")
Console.WriteLine("1008 - item 8 - P139.50")
Console.WriteLine("1009 - item 9 - P139.50")
Console.WriteLine("10010 - item 10 - P139.50")
Console.WriteLine("10011- item 11 - P139.50")
Console.WriteLine("10012 - item 12 - P139.50")
Console.WriteLine("10013 - item 13 - P139.50")
Console.WriteLine("10014 - item 14 - P139.50")
Console.WriteLine("10015 - item 15 - P139.50")
Console.WriteLine("10016 - item 16 - P139.99")
Console.WriteLine("10017 - item 17 - P139.50")
Console.WriteLine("10018 - item 18 - P139.50")
Console.WriteLine("10019 - item 19 - P139.50")
Console.WriteLine("10020 - item 20 - P139.50")
Console.WriteLine("10021 - item 21 - P139.50")
Console.WriteLine("10022 - item 22 - P139.50")
Console.WriteLine("10023 - item 23 - P139.50")
Console.WriteLine("10024 - item 24 - P139.50")
Console.WriteLine("10025 - item 25 - P139.50")
Console.WriteLine("10026 - item 26 - P139.50")
Console.WriteLine("10027 - item 27 - P139.50")
Console.WriteLine("10028 - item 28 - P139.50")
Console.WriteLine("10029 - item 29 - P139.50")
Console.WriteLine("10030 - item 30 - P139.50")
Console.WriteLine("10031 - item 31 - P139.50")
Console.WriteLine("10032 - item 32 - P139.50")
Console.WriteLine("10033 - item 33 - P139.50")
Console.WriteLine("10034 - item 34 - P139.50")
Console.WriteLine("10035 - item 35 - P139.50")
Console.WriteLine("10036 - item 36 - P139.50")
Console.WriteLine("10037 - item 37 - P139.50")
Console.WriteLine("10038 - item 38 - P139.50")
Console.WriteLine("10039 - item 39 - P139.50")
Console.WriteLine("10040 - item 40 - P139.50")
Console.WriteLine("10041 - item 41 - P139.50")
Console.WriteLine("10042 - item 42 - P139.50")
Console.WriteLine("10043 - item 43 - P139.50")
Console.WriteLine("10044 - item 44 - P139.50")
Console.WriteLine("10045 - item 45 - P139.50")
Console.WriteLine("10046 - item 46 - P139.50")
Console.WriteLine("10047 - item 47 - P139.50")
Console.WriteLine("10048 - item 48 - P139.50")
Console.WriteLine("10049 - item 49 - P139.50")
Console.WriteLine("10050 - item 50 - P139.50")
Console.WriteLine("10051 - item 51 - P139.99")
Console.WriteLine("10052 - item 52 - P139.50")
Console.WriteLine("10053 - item 53 - P139.50")
Console.WriteLine("10054 - item 54 - P139.50")
Console.WriteLine("10055 - item 55 - P139.50")
Console.WriteLine("10056 - item 56 - P139.50")
Console.WriteLine("10057 - item 57 - P139.50")
Console.WriteLine("10058 - item 58 - P139.50")
Console.WriteLine("10059 - item 59 - P139.50")
Console.WriteLine("10060 - item 60 - P139.50")
Console.WriteLine("10061 - item 61 - P139.50")
Console.WriteLine("10062 - item 62 - P139.50")
Console.WriteLine("10063 - item 63 - P139.50")
Console.WriteLine("10064 - item 64 - P139.50")
Console.WriteLine("10065 - item 65 - P139.50")
Console.WriteLine("10066 - item 66 - P139.50")
Console.WriteLine("10067 - item 67 - P139.50")
Console.WriteLine("10068 - item 68 - P139.50")
Console.WriteLine("10069 - item 69 - P139.50")
Console.WriteLine("10070 - item 70 - P139.50")
Console.WriteLine("10071 - item 71 - P139.50")
Console.WriteLine("10072 - item 72 - P139.50")
Console.WriteLine("10073 - item 73 - P139.50")
Console.WriteLine("10074 - item 74 - P139.50")
Console.WriteLine("10075 - item 75 - P139.50")
Console.WriteLine("10076 - item 76 - P139.99")
Console.WriteLine("10077 - item 77 - P139.50")
Console.WriteLine("10078 - item 78 - P139.50")
Console.WriteLine("10079 - item 79 - P139.50")
Console.WriteLine("10080 - item 80 - P139.50")
Console.WriteLine("10081 - item 81 - P139.99")
Console.WriteLine("10082 - item 82 - P139.50")
Console.WriteLine("10083 - item 83 - P139.50")
Console.WriteLine("10084 - item 84 - P139.50")
Console.WriteLine("10085 - item 85 - P139.50")
Console.WriteLine("10086 - item 86 - P139.50")
Console.WriteLine("10087 - item 87 - P139.50")
Console.WriteLine("10088 - item 88 - P139.50")
Console.WriteLine("10089 - item 89 - P139.50")
Console.WriteLine("10090 - item 90 - P139.50")
Console.WriteLine("10091 - item 91 - P139.50")
Console.WriteLine("10092 - item 92 - P139.50")
Console.WriteLine("10093 - item 93 - P139.50")
Console.WriteLine("10094 - item 94 - P139.50")
Console.WriteLine("10095 - item 95 - P139.50")
Console.WriteLine("10096 - item 96 - P139.50")
Console.WriteLine("10097 - item 97 - P139.50")
Console.WriteLine("10098 - item 98 - P139.50")
Console.WriteLine("10099 - item 99 - P139.50")
Console.WriteLine("100100 - item 100 - P139.50")
Console.Write("Select Item ID: ")
selectItem = Console.ReadLine
If selectItem = "1001" Then
Console.WriteLine("You select: Item 1 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "1002" Then
Console.WriteLine("You select: Item 2 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "1003" Then
Console.WriteLine("You select: Item 3 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "1004" Then
Console.WriteLine("You select: Item 4 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "1005" Then
Console.WriteLine("You select: Item 5 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "1006" Then
Console.WriteLine("You select: Item 6 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "1007" Then
Console.WriteLine("You select: Item 7 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "1008" Then
Console.WriteLine("You select: Item 8 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "1009" Then
Console.WriteLine("You select: Item 9 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10010" Then
Console.WriteLine("You select: Item 10 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10011" Then
Console.WriteLine("You select: Item 11 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10012" Then
Console.WriteLine("You select: Item 12 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10013" Then
Console.WriteLine("You select: Item 13 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10014" Then
Console.WriteLine("You select: Item 14 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10015" Then
Console.WriteLine("You select: Item 15 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10016" Then
Console.WriteLine("You select: Item 16 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10017" Then
Console.WriteLine("You select: Item 17 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10018" Then
Console.WriteLine("You select: Item 18 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10019" Then
Console.WriteLine("You select: Item 19 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10020" Then
Console.WriteLine("You select: Item 20 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10021" Then
Console.WriteLine("You select: Item 21 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10022" Then
Console.WriteLine("You select: Item 22 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10023" Then
Console.WriteLine("You select: Item 23 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10024" Then
Console.WriteLine("You select: Item 24 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10025" Then
Console.WriteLine("You select: Item 25 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10026" Then
Console.WriteLine("You select: Item 26 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10027" Then
Console.WriteLine("You select: Item 27 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10028" Then
Console.WriteLine("You select: Item 28 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10029" Then
Console.WriteLine("You select: Item 29 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10030" Then
Console.WriteLine("You select: Item 30 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10031" Then
Console.WriteLine("You select: Item 31 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10032" Then
Console.WriteLine("You select: Item 32 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10033" Then
Console.WriteLine("You select: Item 33 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10034" Then
Console.WriteLine("You select: Item 34 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10035" Then
Console.WriteLine("You select: Item 35 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10036" Then
Console.WriteLine("You select: Item 36 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10037" Then
Console.WriteLine("You select: Item 37 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10038" Then
Console.WriteLine("You select: Item 38 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10039" Then
Console.WriteLine("You select: Item 39 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10040" Then
Console.WriteLine("You select: Item 40 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10041" Then
Console.WriteLine("You select: Item 41 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10042" Then
Console.WriteLine("You select: Item 42 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10043" Then
Console.WriteLine("You select: Item 43 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10044" Then
Console.WriteLine("You select: Item 44 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10045" Then
Console.WriteLine("You select: Item 45 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10046" Then
Console.WriteLine("You select: Item 46 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10047" Then
Console.WriteLine("You select: Item 47 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10048" Then
Console.WriteLine("You select: Item 48 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10049" Then
Console.WriteLine("You select: Item 49 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10050" Then
Console.WriteLine("You select: Item 50 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10051" Then
Console.WriteLine("You select: Item 51 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10052" Then
Console.WriteLine("You select: Item 52 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10053" Then
Console.WriteLine("You select: Item 53 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10054" Then
Console.WriteLine("You select: Item 54 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10055" Then
Console.WriteLine("You select: Item 55 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10056" Then
Console.WriteLine("You select: Item 56 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10057" Then
Console.WriteLine("You select: Item 57 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10058" Then
Console.WriteLine("You select: Item 58 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10059" Then
Console.WriteLine("You select: Item 59 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10060" Then
Console.WriteLine("You select: Item 60 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10061" Then
Console.WriteLine("You select: Item 61 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10062" Then
Console.WriteLine("You select: Item 62 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10063" Then
Console.WriteLine("You select: Item 63 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10064" Then
Console.WriteLine("You select: Item 64 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10065" Then
Console.WriteLine("You select: Item 65 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10066" Then
Console.WriteLine("You select: Item 66 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10067" Then
Console.WriteLine("You select: Item 67 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10068" Then
Console.WriteLine("You select: Item 68 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10069" Then
Console.WriteLine("You select: Item 69 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "100700" Then
Console.WriteLine("You select: Item 70 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10071" Then
Console.WriteLine("You select: Item 71 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10072" Then
Console.WriteLine("You select: Item 72 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10073" Then
Console.WriteLine("You select: Item 73 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10074" Then
Console.WriteLine("You select: Item 74 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10075" Then
Console.WriteLine("You select: Item 75 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10076" Then
Console.WriteLine("You select: Item 76 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10077" Then
Console.WriteLine("You select: Item 77 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10078" Then
Console.WriteLine("You select: Item 78 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10079" Then
Console.WriteLine("You select: Item 79 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10080" Then
Console.WriteLine("You select: Item 80 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10081" Then
Console.WriteLine("You select: Item 81 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10082" Then
Console.WriteLine("You select: Item 82 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10083" Then
Console.WriteLine("You select: Item 83 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10084" Then
Console.WriteLine("You select: Item 84 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10085" Then
Console.WriteLine("You select: Item 85 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10086" Then
Console.WriteLine("You select: Item 86 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10087" Then
Console.WriteLine("You select: Item 87 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10088" Then
Console.WriteLine("You select: Item 88 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10089" Then
Console.WriteLine("You select: Item 89 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10090" Then
Console.WriteLine("You select: Item 90 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10091" Then
Console.WriteLine("You select: Item 91 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10092" Then
Console.WriteLine("You select: Item 92 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10093" Then
Console.WriteLine("You select: Item 93 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10094" Then
Console.WriteLine("You select: Item 94 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10095" Then
Console.WriteLine("You select: Item 95 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10096" Then
Console.WriteLine("You select: Item 96 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10097" Then
Console.WriteLine("You select: Item 97 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10098" Then
Console.WriteLine("You select: Item 98 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "10099" Then
Console.WriteLine("You select: Item 99 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
ElseIf selectItem = "100100" Then
Console.WriteLine("You select: Item 1 - P139.50")
Console.Write("Quantity: ")
Quantity = Console.ReadLine
TotalPrice = Quantity * 139.99
Console.WriteLine("Total Price: P" & TotalPrice)
TotalAmount = TotalAmount + TotalPrice
Console.Write("Select Another Item(Y/N): ")
selectLoops = Console.ReadLine
Loop While selectLoops = "Y"
Console.Write("Compute all the items(Y/N): ")
selectCompute = Console.ReadLine
If selectCompute = "Y" Then
Console.WriteLine("Total Amount: P" & TotalAmount)
Console.Write("Inpute Cash Rendered: P")
Change = Cash - TotalAmount
Console.WriteLine("Change: P" & Change)
Console.Write("Another Transaction(Y/N): ")
selectLoops = Console.ReadLine