Question: Microsoft Visual C# 2017 - Must be done in MS Visual Studio 17. I. Make a GUI program (wins form app) called basebalalulator which allows

Microsoft Visual C# 2017 - Must be done in MS Visual Studio 17.

Microsoft Visual C# 2017 - Must be done in MS Visual Studio

I. Make a GUI program (wins form app) called basebalalulator which allows user imput the number of baseballs produced by each of the four factories. It should have textboxes with labels for the user to input values. By clicking a Calculate button, your app should sum the textboxes, then display the total number of balls, as well as the numberballs in dozens and remaining balls II. create a GUI application called IGPAY that lets a user enter a word. Then, when the user clicks a button, your program wil1 generate and display the Pig Latin equivalent of that word. (T 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 ishta 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

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!