Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CS 2060 Programming with C - Fall 2017 Assignment #6 Due Date: Purpose Effort: Points: Deliverables: Oct 18, 2017 at 9:25am (MW class), Oct 19,

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

CS 2060 Programming with C - Fall 2017 Assignment #6 Due Date: Purpose Effort: Points: Deliverables: Oct 18, 2017 at 9:25am (MW class), Oct 19, 2017 at 9:25am (TR class) Learn to manipulate arrays Individual 100 Upload the.c source code file to Blackboard by due date. Please include pseudocode in the comments at the beginning of your code Please hand in a hardcopy version of your code at beginning of class. Assignment Description In industry you rarely write new code: generally, your job is to modify existing code. Assignment #6 provides a realistic industry experience as we will be modifying Assignment #5-the concert tickets program-warts and all Basically, you will remove the random number generators and in their place use seating data provided in a file. I will provide the seating file as well as the code to deal with a file since we have not covered files yet. Once the different concert sections are populated, the program will ask the customer the same questions (which concert, what section, how many seats) but this time the program will determine where the available seats are (if any) by searching the sections and presenting those seats to customer The additions for this assignment are Populate the different concert sections with the "seating" data in a file Search a specific section to determine if there are available seats If no seats are found in the customer selected section, allow the customer to select another section and/or select a different number of seats for the desired band Allow the customer to make more than one purchase for the desired band View the total sales for this concert. Specifications 1. Create a C project called AssignmentS (please use this exact name) 2. Follow "CS2060 Programming Assignments Policy" 3. Concert Details: a. All details from Assignment #5 are the same except the following: i. ii. The concert venue shrunk! There are still 4 sections but no range of section numbers. Section Floor 102 202 302 Seat Price 400.00 325.00 100.00 Each section contains 5 rows and 10 seats in each row When displaying order information, the row and seat will now be obtained by searching the customer selected section you populated with the file data If seats are available and the tickets are purchased, update that section's seats to indicate they are no longer available iii. iv. v

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases A Beginners Guide

Authors: Andy Oppel

1st Edition

007160846X, 978-0071608466

More Books

Students also viewed these Databases questions