December 1, 2013 Matthew Maennche C++, Learn To Code 10933, C++ LANGUAGE: C++ CHALLENGE: Write a declaration of a variable named number_of_children that can be used to hold the number of children in a family. SOLUTION: int number_of_children;