Write a declaration of a variable named numberOfWidgets that can be used to hold numbers like 57 and 981 and -4.
LANGUAGE: C++
CHALLENGE:
Write a declaration of a variable named numberOfWidgets that can be used to hold numbers like 57 and 981 and -4.
SOLUTION:
int numberOfWidgets;