Create a program that simulates the output below:
How many games? 2 (input)
How many stores? 2 (input)
Game Name #1: zelda (input)
Price Each: 30.00 (input)
STORE 1 Sales
How many zelda were sold? 2 (input)
STORE 2 Sales
How many zelda were sold? 3 (input)
There are 6 of the game zelda sold. Each costs $30.00 for a total value of $180.00
Game Name #2: mario (input)
Price Each: 20.00 (input)
STORE 1 Sales
How many mario were sold? 1 (input)
STORE 2 Sales
How many mario were sold? 4 (input)
There are 5 of the game mario sold. Each costs $20.00 for a total value of $100.00
************
Sales Summary
There are 6 of the game zelda sold. Each costs $30.00 for a total value of $180.00
There are 5 of the game mario sold. Each costs $20.00 for a total value of $100.00
************