Write a declaration of a variable named number_of_children that can be used to hold the number of children in a family.

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;

Posted in ,