Coding Exercise: 2-D Arrays

Test your understanding of multi-dimensional arrays.

We'll cover the following...

Problem

This exercise uses a 2-D array to check the occupancy of hotel rooms.

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

  1. Create a 2-D array
...