Create a class in java with appropriate methods

Assignment Help JAVA Programming
Reference no: EM131887483

Lab Report Assignment

OBJECTIVES

Create a class in java with appropriate methods.

Process user input with the class using the scanner for keyboard input and console output.

PROBLEM: Health Profile Console Program

GymsRUs has a need to provide fitness/health information to their clients, including BMI and maximum heart rate. Your task is to write a console program to do this.

Body mass index (BMI) is a measure of body fat based on a person's height and weight. BMI can be used to indicate if you are overweight, obese, underweight, or normal.The formula to calculate BMI is

The following BMI categories are based on this calculation.

Category BMI RangeUnderweight less than 18.5Normal between 18.5 and 24.9Overweight between 25 and 29.9Obese 30 or more

Max heart rate is calculated as 200 minus a person's age.

FUNCTIONAL REQUIREMENTS

Design and code a class called HealthProfile to store information about clients and their fitness data. The attributes (name, age, weight, and height) are private instance variables. The class must include the following methods.

method descriptionsetName Receives a value to assign to private instance variablesetAge Receives a value to assign to private instance variablesetWeight Receives a value to assign to private instance variablesetHeight Receives TWO inputs (height in feet, inches). Converts and stores the total INCHES in private instance variablegetName Returns private instance variablegetAge Returns private instance variablegetWeight Returns private instance variablegetHeight Returns private instance variable (inches)getBMI Calculates and returns BMIgetCategory Returns category based on BMIgetMaxHR Calculates and returns maximum heart rate

Create a SEPARATE TEST CLASS, Lab1Main, to prompt for user input and display output using the HealthProfile class. Process multiple inputs using a loop.You can assume all user input is valid.

SAMPLE OUTPUT

Enter name or X to quit: John Smith
Your age: 35
Your weight: 200
Your height - feet: 6
Your height - inches: 0

Health Profile for John Smith
BMI: 27.1
BMI Category: overweight
Max heart rate: 185

Enter name or X to quit: Ann Jones
Your age: 50
Your weight: 120
Your height - feet: 5
Your height - inches: 2

Health Profile for Ann Jones
BMI: 21.9
BMI Category: normal
Max heart rate: 170

Enter name or X to quit: X

CODE STYLE REQUIREMENTS

Include meaningful comments throughout your code.
Use meaningful names for variables.
Code must be properly indented.
Include a comment header at beginning of each file, example below.

Lab report

Follow assignment specification regarding class/method names.

Objective/Purpose of the program

Briefly describe the program's requirements.

Analysis/Design

Describe the approach/structure of program.What classes/functions were used?

Testing/Results

Does your program satisfy all requirements of the lab?

If yes, how did you test it? Indicate test cases used, expected values, and show results with screen shots. For example:

Case

Description

Test Data

Expected Result

Actual Result

1

Describe what you are testing

Specify the test data

What is expected

Actual results- reference an image that you include below. 

If any requirements are NOT met, document the known issues. What did you do to try to solve them?

Make sure you demonstrate in your testing the parts that are working correctly.

Conclusions / Lessons Learned

What difficult problems did you encounter, and how did you handle them?

What new concepts did you learn/reinforce with this lab?

Is there anything you would have done differently?

Reference no: EM131887483

Questions Cloud

Briefly review the facts on the brick : Briefly review the facts on the brick and click retailing and multichannel shopping, as reported in the articles.
Calculate the best-case and worst-case NPV figures : We are evaluating a project that costs $1,140,000, has a five-year life, Calculate the best-case and worst-case NPV figures.
Information on developmental milestones for infants : The Centers for Disease Control (CDC) provides some extensive information on developmental milestones for infants and young children.
Calculate texas taco income tax liability : Use the tax schedule in Table 2.3 to calculate Texas Taco’s income tax liability.
Create a class in java with appropriate methods : Create a class in java with appropriate methods. What difficult problems did you encounter, and how did you handle them?
Differences between leadership and management : What are the differences between leadership and management?
Difference between a group and a team : Is there a difference between a group and a team? If so, what is it? If not, why not?
What is its enterprise value : If its WACC is 8 % and its FCFs are expected to increase at 3 % per year in perpetuity, what is its enterprise value?
What rate of growth is necessary and sustainable : It is important to conduct quality market research on your focal product/company in order to develop realistic and workable marketing plans.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd