can anyone help me on my coding? i've problem when i load the boolean type smoker, setSmk(smoker) will give me error cos my setter should pass in a boolean type i'm new in java n not familiar with files. hope someone can help me, thanks! public boolean readRec(BufferedReader patFile)throws IOException{ boolean morePat = true; String inString = ""; int inAge = 0; int weight = 0;