Thursday, August 05, 2010

VBScript Assignment 2

This assignment is due on Tuesday (8/10/10)

1. Ask a user for a number an display half the number.
E.g If the user enters 3, display
Half of 3 is 1.5

2. Write a loop to print all the numbers between 1 and 5

3. Write a loop to print all the numbers between 10 and 30 that are cleanly divisible by 2 or 3.