Trying to work through the C Programming Language Textbook, doing the exercise where you make a blank, tab, & newline counter. But my program only counts the first if statement I make. Can anyone please explain what I'm doing wrong?
The IDE I'm using gives the error message warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’