December 27, 2013 Matthew Maennche C++, Learn To Code 10906, C++ LANGUAGE: C++ CHALLENGE: Write an expression that evaluates to true if and only if the integer variable numberOfShares is less than 100. SOLUTION: numberOfShares < 100