Question 1. Write the VBScript code that uses a Do Until loop to display all of the integer values stored in the array numArray(100).
Question 2: Write a VBScript function called MaxNum that accepts two numbers and returns the largest to the two numbers.
Question 3: Write the VBScript code that defines the Scripting.FileSystemObject and the file C:\Data\DataFile.txt for writing. Make sure the file will be created if it doesn't exist, and ensure that the format is ASCII.