Obj-Orient Prog C#
CS 165 02
Program Assignment 03
Chapter 04
20 Points
Name _____________________________________
Due: Monday, October 23, 2017 at the beginning of class
In the English measurement system, 1 yard equals 3 feet and 1 foot equals 12 inches. Use this information to create an application that lets the user convert distances to and from inches, feet and yards.
Figure 4-35 on page 265 shows an example of how the application’s form might appear. In the example, the user enters the distance to be converted into a TextBox. A ListBox allows the user to select the units being converted from, and another ListBox allows the user to select the units being converted to.
Note: Be sure to handle the situation where the user picks the same units from both list boxes. The converted value will be the same as the value entered.
Add the following comments to the beginning of the program.
Name: Your Name
Class and Section: CS 165 02
Assignment: Program Assignment 03
Due Date: See above
Date Turned in:
Program Description: You write a short description of what the program will do
When you complete the program, do the following.
1. Turn in a printout of the source code with this sheet attached to the front
2. Create a folder with the following name: Program 03
3. Copy your project to this folder
4. Copy the folder to the following location: I:\kopp\inbox\CS 165 02\your name where your name is a folder located in I:\kopp\inbox\CS 165 02.