Theater
A dramatic theater has three seating sections, and it charges the following prices for tickets in each section. A seats cost 20 each, section b cost 15 each, and section c seats cost 10 each. the theater has 300 seats in section A, 500 seats in section b, and 200 in section c. design a program that ask for the number of tickets sold in each section and then displays the amount of income generated from ticket sales. the program should validate the numbers that are entered for each section
Fill in the blanks to the code