4. Write a script (lab2_q4.vbs) to do the following menu:
PROG 4103 Menu
--------------------------
1. Display Name and Age
2. Display the sum of two numbers
3. Compute repair cost
4. Exit from the program
• When the user selects option 1, you should ask the user to input the name and age and display a message as Bob is 25 years old. (where Bob is name and 25 is age).
• When the user selects option 2, ask the user to enter 2 numbers and display the sum of the two numbers
• When the user selects option 3, ask the user to input the insurance cost, transport cost, parts cost and service cost. Calculate the total repair cost (add all costs) and display the total repair cost.
• When the user selects option 4, exit from the program. Options 1,2 and 3 will continue displaying the menu.