CS 105 - Survey of Computer Science
Spring 2007 – Visual Basic Project
20 points
Out: March 30, 2007
Due: April 20, 2007


This project is to create a simple application using Visual Basic. The application will be chosen by you within the following guidelines. Your application must include user input to compute one of several possible results. For example, your application might ask for an amount of U.S. dollars and compute the equivalent amount in some other currency. Which currency to convert to is determined by the user from among a number of choices.


Whatever application you choose, it must have the following components:



Of course, this is just a minimum. On the other hand, if you cannot think of an application, you can implement the currency exchange application shown below that meets the project specification. (Note that if you implement this application, you are responsible for looking up the current exchange rates for whatever currencies you wish.)


To submit this project for grading, email the Form1.vb and Form1.Designer.vb files of your project as attachments to the instructor (hwang@evansville.edu). It is due by 4:30pm, otherwise it will be considered late.



03/29/07 1