Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are required to write a C++ program using Classes or Structs to fulfil one of the client briefs listed below. You only need to

You are required to write a C++ program using Classes or Structs to fulfil one of the client briefs listed below. You only need to write a program for one of the client briefs, the choice is up to you.

Client Brief 1: BMI Calculator

A local health clinic wants a simple to use application that can keep track of multiple patients Body Mass Index (BMI) measurements. The application should be able to: Add a new patient with their Name, Phone number, email, Initial weight & Height List the patient's names, phone numbers & email addresses. Update the weight for a patient. Calculate an individual patient's BMI. Show patient details. Show patients historical BMI data. Save the patients details to a file. Read the patients details from a file. Exit Program. Data can be stored in a file called "bmipatientdata.txt". The Formula for calculating BMI is: Where weight is in kilograms and height is in meters

BMI classifications are given in the following table (Table 1)

BMI Classification <18.5 Underweight 18.5 - 25 Normal range 25 - 30 Overweight 30+ Obese

please run the application before sending it ,thanks

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

Students also viewed these Databases questions