[Programming Fundamentals C#] 07. Theatre Promotion
Моля, да ми посочете къде греша: Условие:
Theatre Promotions A theatre is doing a ticket sale, but they need a program to calculate the price of a single ticket. If the given age does not fit one of the categories, you should print "Error!". You can see the prices in the table below: Day / Age 0 <= age <= 18 18 < age <= 64 64 < age <= 122 Weekday 12$ 18$ 12$ Weekend 15$ 20$ 15$ Holiday 5$ 12$ 10$
Моето решение:
https://pastebin.com/Bg4HDjBv