Write a class named Person that has following properties: a) It stores two global variables for height (inch) and weight (pounds). b) Write a Default constructor with no parameters (initialize parameters as height=65 inches and weight= 110 pounds). c) Write an overloaded constructor with two parameters. d) Write a method named "getBmiIndex" that returns the body mass index of the person using following formula. index = h2*703 e) Write the necessary statement to create a person object named Zeynep with height=60 inches and weight=120 pounds. f) Write a statement to calculate bmi index of Zeynep and assign it to local variable then print it.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter11: More Object-oriented Programming Concepts
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question
100%

Object-Oriented Programming :  (Programming Language is C#)

Please with More comments, Thanks a lot!

Write a class named Person that has following properties:
a) It stores two global variables for height (inch) and weight (pounds).
b) Write a Default constructor with no parameters (initialize parameters as
height=65 inches and weight= 110 pounds).
c) Write an overloaded constructor with two parameters.
d) Write a method named "getBmilndex" that returns the body mass index of the
person using following formula.
index = x703
e) Write the necessary statement to create a person object named Zeynep with
height=60 inches and weight=120 pounds.
f) Write a statement to calculate bmi index of Zeynep and assign it to local
variable then print it.
Transcribed Image Text:Write a class named Person that has following properties: a) It stores two global variables for height (inch) and weight (pounds). b) Write a Default constructor with no parameters (initialize parameters as height=65 inches and weight= 110 pounds). c) Write an overloaded constructor with two parameters. d) Write a method named "getBmilndex" that returns the body mass index of the person using following formula. index = x703 e) Write the necessary statement to create a person object named Zeynep with height=60 inches and weight=120 pounds. f) Write a statement to calculate bmi index of Zeynep and assign it to local variable then print it.
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT