Question: Using C# Language in Visual Studio Assign 1: Add to the GoTeam project from Lab #1. Change the Label on the Click Me Button to
Using C# Language in Visual Studio
Assign 1: Add to the GoTeam project from Lab #1.
Change the Label on the Click Me Button to Go Team.
Make it so that when the user clicks on the button that says Go Team, your favorite sports teams name will appear in the Label near the top of the Form.
Now make it so that the Title Bar, at the top of the form, also displays your favorite teams name when the user clicks the Go Team button.
Make it so that when the user clicks the Exit Button, the application exits.
Lastly make it so that when the user clicks the on the Go Team button, the Go Team button is disabled and the Exit button disappears.
Assign 2: Now start working on the Convert project from Lab #1.
Lets first determine which Radio button has been selected. When the user clicks the Convert button, display Fahrenheit to Celsius to the Console if the Fahrenheit to Celsius button has been selected, or display Celsius to Fahrenheit to the Console if the Celsius to Fahrenheit button was selected.
Now, also when the user clicks the Convert button, make it so that the Titlebar of the Convert Window reflects which radio button has been chosen. The titlebar should say Celsius to Fahrenheit if the Celsius to Fahrenheit radiobutton is selected. And vice-versa if the Fahrenheit to Celsius radio button is chosen.
Now lets calculate the temperatures. If the user selects the Fahrenheit to Celsius radio button, then clicks the Convert button, read the temperature from the Fahrenheit textbox, and do the calculation to convert the temperature to Celsius. Display the Celsius temperature in the Celsius textbox. Next, do the same for converting Celsius to Fahrenheit.
If the user fails to enter a temperature in the appropriate textbox when converting, pop up a message box to tell the user that they forgot to enter a temp.
Make the Exit Button work.
Add a Clear button to the Convert Program. The Clear button should clear out the 2 temperature Textboxes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
