Instructions: Write the following programs in C# using concepts learnt in this chapter and submit the .cs file with the screenshot of your output for each question in the Lab Assignment 2 Submission page.
| 1. FRENCH TRANSLATOR |
| Look at the following list of French words and their meanings: |
In French: gauche milieu droiteIn English: left middle right |
| Create an application that translates the French words to English. The form should have three buttons, one for each French word. When the user clicks a button, the application should display the English translation in a Label control. |
| 2. Miles Per Hour Calculator |
|
Create an application that calculates mph or (Miles Per Hour). There should be 2 textboxes for input, and 2 labels to label the input textboxes. The first textbox should be the miles driven. And the other textbox should be hours taken. There should be a button to calculate miles per hour. And a label or textbox for the results of the calculate.
|
| Assignment Submission: |
|


0 comments