Let's test your knowledge. Fill in the missing part by typing it in.
In C++, the syntax for declaring a variable is data_type variable_name; The data_type
specifies the type of value the variable will hold, and the variable_name
is the name given to the variable. Fill in the blank: The syntax for declaring a variable in C++ is ___
Write the missing line below.