Multiple choice technology testing

What will be the output ? Dim MyDate MyDate = Date

  1. current date

  2. current system date

  3. future date

  4. previous date

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

The Date function in Visual Basic returns the current system date from your computer. It does not return past dates, future dates, or just the concept of 'current date' without system context - it specifically retrieves the date set in your system.