Two variables

(Display Listing 2.)

Listing 2 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.