Question: In the Spotlight: Modularizing with Functions Program 5-23 (p. 255-258) Programming Problems For the programming problems: You must submit an IPO for each programming exercise.
In the Spotlight: Modularizing with Functions Program 5-23 (p. 255-258) Programming Problems For the programming problems: You must submit an IPO for each programming exercise. The System Development LifeCycle and Creating an IPO Video in Module2 describes the process. 3.Rose Theater Company For this assignment you will modify the Rose Theater Company assignment created in chapter 2. Rose Theater company sells tickets to their productions. There are three seating options for purchase at Rose's theater; Orchestra seats, Center Stage seats, and Outer Stage seats. Orchestra seats cost $75 each, Center Stage seats cost $50 each, and Outer Stage seats cost $25 each. The theater company also gives a discount of 5% on tickets to the local theater group members. The user will enter the number of Orchestra, Center State, and/or Outer stage seats the customer wants to purchase along with whether the customer is a member of the local theater group. The program will calculate and display the income from each type of seat sale along with the discount, and total sale.
Requirements
Must include use of named constants
Must include meaningful variable names
Must include a main function with a call to the main function.
Must include at least one value returning function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
