Which statement below can be used to read data from a file one character at a time?
A) inputFile.get(1)
B) inputFile.read(1)
C) inputFile.split(1)
D) inputFile.open(1)