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

image text in transcribed

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) 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)

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

PC Magazine Guide To Client Server Databases

Authors: Joe Salemi

1st Edition

156276070X, 978-1562760700

More Books

Students also viewed these Databases questions