The name of the data type is included on the line of code that declares a
variable, but it's not written again. Each time the data type is written in
front of the variable name, the computer thinks you're trying to declare
a new variable. You can't have two variables with the same name in the
same part of the program (see Appendix D), so the program has an error