Programming in C#

profilejvlieti4440

Please help me with these two programs

 

1. Create a GUI program (a Windows Forms Application) called GooseEggCalculator that lets a user enter the number of eggs produced by each of four geese. Your program should provide textboxes with labels for the user to enter the values. When the user clicks a Calculate button, your app should sum the textboxes, then display the total number of eggs, as well as the number of eggs in dozens and remaining eggs.

 

  2. Create a GUI application called IGPAY that lets a user enter a word. Then, when the user clicks a button, your program will generate and display the Pig Latin equivalent of that word. (To do this you remove the first letter of the word, then add that letter to the end of the word plus the letters "ay." For example, fish would become ishfay and ball would become allbay.) Make sure the GUI is attractive in appearance and that all labels, textboxes, buttons, and similar are clearly labeled. Hint: store the word in a string and consider using the Substring method. Also remember that the Length property of a string will tell you its length. 

    • 9 years ago
    • 30
    Answer(3)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      gooseeggcalculator.zip
    • attachment
      igpay.zip
    • attachment
      assignment_test_screenshots.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      eggcalculator.jpg
    • attachment
      piglatin.jpg
    • attachment
      gooseeggcalculator.zip
    • attachment
      igpay.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      eggcalculator.jpg
    • attachment
      piglatin.jpg
    Bids(0)