Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In ASP.NET, Create a web application in Visual Studio and name it as A1YourFirstnameYourLastname . This web application is a Target-Heart-Rate Calculator. While exercising, you

  1. In ASP.NET, Create a web application in Visual Studio and name it as A1YourFirstnameYourLastname.
  2. This web application is a Target-Heart-Rate Calculator.
  3. While exercising, you can use a heart-rate monitor to see that your heart rate stays within a safe range suggested by your trainers and doctors.
  4. The formula for calculating the maximum heart rate in beats per minute is 220 minus your age in years for men, and 226 minus your age for women.
  5. Your target heart rate is a range that is 55 70% of your maximum heart rate.
  6. Create a class called HeartRates. The class attributes should include the persons first name, last name, year of birth and the current year (find the current year from the system and NOT by asking the user to enter it).
  7. Your class should have a constructor that receives this data as parameters.
  8. For each attribute provide a property with set and get accessors.
  9. The class also should include a method that calculates and returns the persons age (in years), a method that calculates and returns the persons maximum heart rate and methods that calculate and return the persons minimum and maximum target heart rates.
  10. Use radio buttons to allow the user to select the gender, and textboxes to enter the persons information, instantiate an object of class HeartRates and displays the information from that objectincluding the persons first name, last name and year of birththen calculates and displays the persons age in (years), maximum heart rate and target-heart-rate range.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

=+j Enabling a productive global workforce.

Answered: 1 week ago

Question

=+ Are you interested in creating or

Answered: 1 week ago

Question

=+working on a micro-multinational?

Answered: 1 week ago