C# Assignment Before attempting this assignment, be sure to carefully review the Turning in Your Assignments section in
Posted: Thu May 05, 2022 12:42 pm
C# Assignment
Before attempting this assignment, be sure to carefully review
the Turning in Your Assignments section in the
syllabus.
Imagine that you work for savethefrogs.com and have been asked
to create a Windows Forms application that will let a user
calculate the total number of frogs at four locations. To fulfill
this requirement, create a program called FrogMonster (sample user
interface below). To use the program, the user would fill out the
four textboxes, then click the Add Those Frogs! button to see the
total. The image below is just a sample -- feel free to make your
app fancier than the example GUI shown. Make sure you test your
program with several different data values, then turn in output
showing that it adds properly.
To get started in Visual Studio, click
File->Project->C#->Windows Forms App (.NET Framework).
Paste code and photo of the program
Before attempting this assignment, be sure to carefully review
the Turning in Your Assignments section in the
syllabus.
Imagine that you work for savethefrogs.com and have been asked
to create a Windows Forms application that will let a user
calculate the total number of frogs at four locations. To fulfill
this requirement, create a program called FrogMonster (sample user
interface below). To use the program, the user would fill out the
four textboxes, then click the Add Those Frogs! button to see the
total. The image below is just a sample -- feel free to make your
app fancier than the example GUI shown. Make sure you test your
program with several different data values, then turn in output
showing that it adds properly.
To get started in Visual Studio, click
File->Project->C#->Windows Forms App (.NET Framework).
Paste code and photo of the program