Visual Basic Lab Assignment:
Problem #1:
Write a program to take in a students name and two numbers. Display a message to the
student and the answer you got from using the two numbers in a mathematical calculation.
Problem #2: Visual Basic Arrays
Set up the following array for vacation resorts:
Resort No |
Resort Name |
1 |
Lake View |
2 |
Laurel Ridge |
3 |
Mountain View |
4 |
Running Creek |
5 |
Rocky Ridge |
Have a textbox to take in the resort number and display the resort name on the screen.
If you do not have access to Visual Basic, you should write the code following the examples in the slide show and explain what would be on the form.