Multiple choice technology testing

Subroutines do return values, whereas Functions do not. State true or false

  1. True

  2. False

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

This statement is false. In VBScript, Functions return values but Subroutines do not. Subroutines perform actions without returning a value to the caller, while Functions are designed specifically to return values. The statement reverses the actual behavior.