Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are working as a software developer for a large insurance company. Your company is planning to migrate the existing systems from Visual Basic to

You are working as a software developer for a large insurance company. Your company is planning to migrate the existing systems from Visual Basic to Java and this will require new calculations. You will be creating a program that calculates the insurance payment category based on the BMI score.

Your Java program should perform the following things:

Take the input from the user about the patient name, weight, birthdate, and height. Calculate Body Mass Index. Display person name and BMI Category. If the BMI Score is less than 18.5, then underweight. If the BMI Score is between 18.5-24.9, then Normal. If the BMI score is between 25 to 29.9, then Overweight. If the BMI score is greater than 29.9, then Obesity. Calculate Insurance Payment Category based on BMI Category. If underweight, then insurance payment category is low. If Normal weight, then insurance payment category is low. If Overweight, then insurance payment category is high. If Obesity, then insurance payment category is highest.

You need to display the patient name, BMI Category and Insurance Payment Category.

You need to submit the following things:

An entire Java solution An output screenshot created using Microsoft Word

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Hands-On Database

Authors: Steve Conger

2nd Edition

0133024415, 978-0133024418

More Books

Students also viewed these Databases questions

Question

What do you think you will bring to the organization?

Answered: 1 week ago