# # Lines that begin with '#' are comment lines # all other lines have data. # # Fields are separated by colon # # ride # Rides begin with the word "ride", then # Name of ride # Time it takes to cycle the ride # Capacity - total number of people it holds. # Cost - pennies it costs to run one cycle # Price - price per person to ride # # arrival # Probability that a person will enter park at any given time # # departure #      Probability that a person will leave park when exiting ride # # closes # Time when park closes (0 is when park opens) # ride:Ferris Wheel:4:2:12:25 ride:Merry-Go-Round:6:10:8:20 arrival:0.7 closes:100 departure:0.2