Multiple choice technology testing

In VB Script, variables cannot be declared to a specific data type. State true or false

  1. True

  2. False

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

VBScript is a variant-type language where all variables are of type Variant and can hold any data type. You cannot declare variables with specific data types like Integer, String, or Boolean - the Variant type adapts automatically.