True or False. The only things that are always required when declaring a variable are its name and its data type; everything else is optional.
Selected: True This answer is correct.
False
Correct, true is the answer. A variable must have both a name and a data type.