Very new to programming and extremely new with file input output. Was wondering if anyone has any suggestions on a movie theater chart. What I'm trying to do is bring up a file that has avaliable seats, user picks row and seat number, then that is saved back onto the file. # (available seats) * (taken seats).
Any direction or advice is greatly appreciated. I'm able to create a .txt with the #-indicating available seats, I'm also able to ask the user which seats they want but I'm not sure how to have the program change the # to * and store that back into the file.