>>19
for example, in the tutorial chapter the output for the fahrenheit/celsius program is wrong. it starts with 1 whereas it should start with 0
(pg #12)
no its not, fahr is the increment variable, its instantiated with the variable lower and lower is instantiated with 0
or look at this line:
You should note carefully that '\n' is a single character, and in expressions .... blah
ok, whats wrong with that line?