Question: How to C# UWP Create a class called sport with a two fields: an integer field named caloriesburned and a string field to hold the
How to C# UWP
Create a class called sport with a two fields: an integer field named caloriesburned and a string field to hold the name. Create a method to allow the user to enter a name and a second method to enter the caloriesburned field. Use appropriate input scopes. Have a button to instantiate the class along with a button to enter the name, a button to enter the calories burned and a button to display the name and the caloriesburned field.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
