We are going to simulate a seat reservation program (think airlines seats). The plane has
NUM_ROWS rows, and each row has NUM_SEATS seats (form A on). For this assignment, set NUM_ROWS = 6,
and NUM_SEATS = 5. Make sure you use these two constant variables in the program.

Recommended Answers

All 3 Replies

That's a start or "spec" but you didn't share where you are stuck. In other words, tell the forum where you are stuck.

In the assignment it states that we need to create the reservation of the seating chart using boolean functions and im not sure how to go about.

@M. It's a safe bet you will use boolean in your code. Forget that for now and sketch out your app then code it up. I could make bet you'll use an if statement.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.