This is the code to access the account info from a text file. The problem is that if we somehow input the wrong ID,(which is not in the text file) it somehow lets the acc number be that wrong input and the other variables are filled with garbage value. It messes up the whole ATM program. Can someone correct the error? I want the function to return false if the account is not present in the file.