On line 31, i use .equals for the string, but cannot figure out what to use for C++. I was thinking using an != but it does not work.
on line 32 and 33, charAt is not a valid c++ operator, and can not figure out what to switch it with. Lastly, in my displaySeats method, the char[][]display, does not work.