Question: Using c# lestion 6 (40points): Write a class named Person that has following properties: a) It stores two global variables for height (inch) and weight
Using c#
lestion 6 (40points): Write a class named Person that has following properties: a) It stores two global variables for height (inch) and weight (pounds). (5points) b) Write a Default constructor with no parameters (initialize parameters as height =65 inches and weight =110 pounds). (5points) c) Write an overloaded constructor with two parameters. (5points) d) Write a method named "getBmiIndex" that returns the body mass index of the person using following formula. (10points) index=h2w703 e) Write the necessary statement to create a person object named Zeynep with height=60 inches and weight= 120 pounds. (5points) f) Write a statement to calculate bmi index of Zeynep and assign it to local variable then print it. (10points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
