25 Jul programming homework
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: |
|
