Write a program that accepts a distance in kilometers

Assignment Help JAVA Programming
Reference no: EM131974590

Assignment: Developing an OOP Console Application

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 following BMI categories are based on this calculation.
Category BMI Range
Underweight less than 18.5
Normal between 18.5 and 24.9
Overweight between 25 and 29.9
Obese 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

Description

setName

Receives a value to assign to private instance variable

setAge

Receives a value to assign to private instance variable

setWeight

Receives a value to assign to private instance variable

setHeight

Receives TWO inputs (height in feet, inches).  Converts and stores the total INCHES in private instance variable

getName

Returns private instance variable

getAge

Returns private instance variable

getWeight

Returns private instance variable

getHeight

Returns private instance variable (inches)

getBMI

Calculates and returns BMI

getCategory

Returns category based on BMI

getMaxHR

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.

Part 2:

Practice 1

Write a program that accepts a distance in kilometers, sends it to a method which converts it to miles, and then displays the result. The formula for conversion is Miles = Kilometers * 0.6214

Practice 2

Insurance companies suggest that people should insure a building for at least 80 percent of the cost to replace it. Write a program that accepts the cost of a building, sends it to a method which calculates the recommended insurance, and then displays the result in a currency format.

Lab Report

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: EM131974590

Questions Cloud

Minimum price you should accept to purchase ticket : Suppose you purchased a non-refundable plane ticket but, at the last minute, you have to cancel. You have the option to sell the ticket. If you initially paid
Computation of income statement and balance sheet ratio : HI6026 - Audit, Assurance and Compliance - Computation of income statement and balance sheet ratio, and Development of common-size financial statements
Who is more affected by the tax : The products are for fun, but are not necessities to most people. Who is more affected by the tax, the joke shop or the customers
Determine why organizations can have higher productivity : Determine why organizations can have higher productivity when top managers encourage supervisors to set goals, assess performance, and provide feedback.
Write a program that accepts a distance in kilometers : Write a program that accepts a distance in kilometers, sends it to a method which converts it to miles, and then displays the result.
Describe the types of ethical issues : Describe the types of ethical issues that could arise during training evaluation processes and identify actions that can be taken to address and overcome.
Calculate the price of the bond : Calculate the price of the following bond: Par value = $1,000; Coupon rate = 6% (paying coupon annually); Time-to-maturity = 5 years; the discount rate is 12%
Find monthly number of car washes she needs to break : She estimates her fixed costs to be $4000 per month, and the cost per car wash at $10. Find the monthly number of car washes she needs to break even.
How each problem could impact a group productivity : Explanation of how each problem could impact a group's productivity (use examples to illustrate points). Recommendations to resolve each problem.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Splits the word into a unicode character array

Write methods that take a word input by the user and then- splits the word into a unicode character array. determines if the input word is a palindrome - the same frontwards and backwards.

  Create an intuitive interface for the user

Create an intuitive interface for the user. Create an easy to read report layout (consistent spaces for each column and column headers) for the daily report (HINT: column headers you can use...auto info, price/discounted price, customer info).

  A game of tic-tac-toe

A game of tic-tac-toe, two players (one the computer) take turns marking an available cell in a 3 X 3 grid (a two dimensional array) with their respective tokens (either and X or an O). When one player has placed three tokens in a horizontal

  Write a program to flag potentially fraudulent transactions

Write a Java program to flag potentially fraudulent transactions in the State of Oklahoma Purchase Card (PCard) Dataset for Fiscal Year 2014.

  Write a java program that will add fractions

write a java program that will add fractions. The program will allow any 5 sets of fractions to be entered and give the greatest common denominator

  1 explain the differences between our specifications of the

1. explain the differences between our specifications of the sorted list adt and the binary search tree adt.2. define a

  Write the complete code for a public java class

Write the complete code for a public Java class called Change Machine that can hold nickels, dimes and quarters. Include a private instance variable to hold each type of coin that the machine hols.

  Create an object-oriented and menu-driven java program

300581: Programming Techniques - be object-oriented utilising the classes described in section B (iv) as a minimum. Other classes may also be needed to solve

  Define the problem as a searching problem

Please write a Java program that uses an A* search algorithm to solve the Pancake Problem. Define the problem as a searching problem

  Determine and print the weekly rate.

Write the Java Statements that retrieve the age of the child and the number of days the child will be at the day care center.

  Information systems to strengthen customer

Which of the following illustrates the use of information systems to strengthen customer and supplier intimacy? BPM is considered concluded when the new processes are both implemented and accepted.

  Design - uml diagrams and overall design

Develop a problem-based strategy for creating and applying programmed solutions using an object-oriented paradigm - Use an object-oriented development environment in the development, testing and debugging of an object-oriented application.

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