I am a trying to show the seating arrangement of a Cinema Hall consisting of 5 rows and 7 columns. Then, i have to ask the user to enter their seat choice and when they have typed in their choice, i have to reserved the seat with an asterisk'*' and i should ask the user again whether he wants to book another seat. So my problem here is how do i change the seat choice to an asterisk? Here is my code that i've done so far. If someone could help me to explain or do some examples that would be highly appreciated.
hello,
I tried to follow as much as possible to your code.
in your code there are two problems:
1) the matrix that you wrote, it was just a drawing on the video, as it were giving to the positions indicated with a number, the corresponding element of the array.
2) in fact, lacked the ability to make a choice of the place on which to sit.