Summary

Convert your Project 1 to a WPF application that calculates the BMI of a person and shows an image based on the BM value. Images have been provided.

Requirements

Include labels and instructions to make the user interface clear to the user.

Detailed Specs:

  • Input the feet and inches in a TextBox control.
  • Change the default font to any font of your choosing.
  • Input the weight using a Slider control. Give a reasonable selection of interest rates (by 10 pounds?) up to 500 pounds You should show the value in tick marks as it moves and next to the slider in a label. See the online documentation for Slider about Tick Marks and values: https://msdn.microsoft.com/en-us/library/ms743587(v=vs.85).aspx
  • Obtain each of the three variables from the controls, Prompt the user to reenter any illegal input where applicable by coloring the background of the textbox red when there is an error. Reset it to white if there isn't.
  • BMI must show no more than two decimal places.
  • Compute the BMI using this formula: BMI = (Weight in Pounds / (Height in inches x Height in inches)) x 703
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.