Visual Studios

profileJay_357

 

You have been engaged to develop a special calculator program. The requirements for this program are very specific, and are as follows:

  • Create a Windows Forms application in Visual Studio using C#. The interface should look similar to the following:
  • Create the following controls, as shown above:
    • Labels for “Enter Information,” “Name,” “Input 1,” and “Input 2”
    • 3 textboxes, as shown in the picture above
    • Buttons for addition, subtraction, multiplication, and division
    • Buttons for calculating sine, cosine, and tangent (based on the first input textbox only)
    • A button that calculates modulus
    • A button that clears the textboxes
  • Write a method for each of these calculations that will accept the incoming numbers from the two input fields and return the calculated value.
    • This value should be displayed in a MessageBox window, which should also display the user’s name from the first textbox.

Please submit your zipped Visual Studio project.

    • 7 years ago
    • 70
    Answer(1)

    Purchase the answer to view it

    blurred-text
    • attachment
      Calculator.zip
    • attachment
      image.jpeg