i have a infill code,but the problem is that i don't understand why put ! in this code(!in.is_open()) i understand that
is_open to check whether the file has successfully been opened, if so prints out the content of the file, otherwise -like for example if the file to be opened doesn't exist- an error message is shown.