Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.06 KB

ConcertAdmission

Small GIF This program determines if the user is granted concert admission based on data input validation.
The program calculates the ticket price based on the number of tickets purchased.

What I Learned:

  • Loop Conditionals
  • Data Validation and Calculations
  • User Input and Output

Sample outputs:

Greater than 3 tickets purchased

Less than 3 tickets purchased

User does not meet requirements

~* Analysis *~
Date created: 05/15/23
Status: Active (intend on expanding the program and adding a menu system)