December 27, 2013 Matthew Maennche C++, Learn To Code 10595, C++ 1 LANGUAGE: C++ CHALLENGE: Given the char variable c , write an expression that is true if and only if the value of c is not the space character. SOLUTION: c !=' '
c ” ”
that is the correct answer