Two variables

(Display Listing 1.)

The code in Listing 1 declares the following two variables:

  1. A variable named testResult of type Boolean.
  2. A variable named userInputValue of type Number.

The initial values of the variables are immaterial because they are set to current values by program code when the program is run.