how do i create a seating chart like this one in C++..
seats
12345678910
Row 1 ** * ** * * ** *
Row 2 #####**###
Row 3 #**##* * * *#
Row 4 ** * ** * * ** *
Row 5 ** * ** * *###
seats that are taken are represented by a * symbol and seats that are not taken are represented by an # symbol... If someone could just give me a little help to get me started i would truelly appreciate it...
2007-12-05
15:01:20
·
3 answers
·
asked by
chris3579589
1
in
Computers & Internet
➔ Programming & Design
5 rows 10 seats.....the user enters rows and seat numbers being sold...if someone requests ta particular seat thhe program should make sure that seat is available before they are sold....everytime a ticket or group of tickets are sold the program should display the total prices and update the seating chart.....
2007-12-05
17:18:47 ·
update #1