Multiple choice technology web technology

Constants are declared using the keyword

  1. Constant

  2. Const

  3. Consta

  4. Fixed

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Const is the VB.NET keyword for declaring constants - values that cannot be changed during program execution and must be initialized at declaration time. The other options are not valid VB.NET keywords for declaring constants.