Welcome to the store, let's begin!
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 1
Name: Luke Skywalker
Balance: 100.00
Product Limit: 2
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 1
Name: Princess Leia
Balance: 350.69
Product Limit: 5
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 1
Name: Han Solo
Balance: 400.00
Product Limit: 11
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 2
Name: Blue Milk
Department: Grocery
Description: Calcium builds strong bones, right?
Price: 24.97
Initial Count: 3
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 2
Name: Light Saber
Department: Jedi Gear
Description: Helps you direct The Force
Price: 85.89
Initial Count: 5
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 3
Shoppers:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Enter shopper ID#: 100
Products:
#100: Blue Milk
#101: Light Saber
Enter product ID#: 100
Luke Skywalker has purchased Blue Milk
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 3
Shoppers:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Enter shopper ID#: 101
Products:
#100: Blue Milk
#101: Light Saber
Enter product ID#: 100
Princess Leia has purchased Blue Milk
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 3
Shoppers:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Enter shopper ID#: 102
Products:
#100: Blue Milk
#101: Light Saber
Enter product ID#: 100
Han Solo has purchased Blue Milk
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 3
Shoppers:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Enter shopper ID#: 101
Products:
#100: Blue Milk
#101: Light Saber
Enter product ID#: 101
Princess Leia has purchased Light Saber
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 3
Shoppers:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Enter shopper ID#: 102
Products:
#100: Blue Milk
#101: Light Saber
Enter product ID#: 101
Han Solo has purchased Light Saber
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 4
Shoppers:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Enter shopper ID#: 100
Name: Luke Skywalker
Products Bought: 1
Can Still Buy: 1
Spent So Far: 24.97
Balance Remaining: 75.03
Products Purchased:
#100: Blue Milk
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 4
Shoppers:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Enter shopper ID#: 101
Name: Princess Leia
Products Bought: 2
Can Still Buy: 3
Spent So Far: 110.86
Balance Remaining: 239.83
Products Purchased:
#100: Blue Milk
#101: Light Saber
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 4
Shoppers:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Enter shopper ID#: 102
Name: Han Solo
Products Bought: 2
Can Still Buy: 9
Spent So Far: 110.86
Balance Remaining: 289.14
Products Purchased:
#100: Blue Milk
#101: Light Saber
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 5
Products:
#100: Blue Milk
#101: Light Saber
Enter product ID#: 100
Name: Blue Milk
Department: Grocery
Description: Calcium builds strong bones, right?
Price: $24.97
Number Bought: 3
Number Remaining: 0
Product Bought By:
#100: Luke Skywalker
#101: Princess Leia
#102: Han Solo
Continue? (true or false): true
********************
Here are your options:
1 = Add a new shopper
2 = Add a new product
3 = Complete a purchase
4 = Print shopper info
5 = Print product info
Please enter an integer, 1-5: 5
Products:
#100: Blue Milk
#101: Light Saber
Enter product ID#: 101
Name: Light Saber
Department: Jedi Gear
Description: Helps you direct The Force
Price: $85.89
Number Bought: 2
Number Remaining: 3
Product Bought By:
#101: Princess Leia
#102: Han Solo
Continue? (true or false): false
********************
Program complete