csc123 assignment 1
Focus: Basic Input and Output operations with Python Description: You are to write a program (using python) that calculates the daily income for an amusement park. The user will enter the number of tickets sold and the price of the tickets. This amusement park uses a 3rd party marketing company which receives 3% of the daily ticket sales and 20% of the total sales goes towards employee salaries. Then the program will display the gross ticket sales, money going to marketing and salaries, and the net ticket sales. Money should look like money (i.e $3.24)