The problem for the project is that we have a theatre seating chart project and each ticket already sold is "*" symbol or available ticket it "#" symbol.
Now, if i am loading seatingFile and I do not find the file, that means the program is used for the first time, and i have to create the file with all "#" values.
But i am getting an error, how do i fix it, thanks