50 likes | 228 Views
FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>Create a Flowgorithm program as follows:<br>Enter the required comment lines for Author, Date and Description.<br>Declare Integer variables for number of tickets ordered, and the maximum number of tickets available in Section A, Section B, and Section C. Assign values for the maximum tickets in each section. Declare Real variables for the cost of tickets in Sections A, B and C, and assign values for those costs. Declare a Real variable for the total sales, and initialize it to 0.<br>
E N D
Create a Flowgorithm program • FOR MORE CLASSES VISIT • tutorialoutletdotcom • Create a Flowgorithm program as follows: • Enter the required comment lines for Author, Date and Description. • Declare Integer variables for number of tickets ordered, and the maximum number of tickets available in Section A, Section B, and Section C. Assign values for the maximum tickets in each section. Declare Real variables for the cost of tickets in Sections A, B and C, and assign values for those costs. Declare a Real variable for the total sales, and initialize it to 0.