Problem:
Question 1: Discuss the methods used by VBScript to get user input and command-line arguments into a program. Also discuss the VBScript methods employed to display information for the user. Include both console and windowed methods in this discussion.
Question 2: Write a program th at should prompt the user to enter a sentence and will output the garbled result. Each word in the sentence is scrambled such that the first and last letters are unchanged, while the letters in between are randomly rearranged.
Could someone help to explain the answer of these questions.