Solution: 2-D Arrays

Let's discuss the solution TO the exercise.

We'll cover the following...

Problem

This exercise USES a 2-D array for checking the occupancy of hotel rooms.

Write a Console-based app called Hotel that meets the requirements listed below.

  1. Create a 2-D
...