b) You are supposed to write a program to calculate the body mass index (BMI) of 3 members of your class whose data is such as listed in a file input.txt. As a preparation to this task, write an algorithm for a program that does the following task: Read data of name, weight and height of the 3 members from input.txt. Calculate the BMI of each member using a formula: BMI=Weight(kg)/Height(m)² Classify the BMI for each person based on the following table: i. ii. iii. BMI Status BMI < 25 Normal 25< BMI <29 BMI 230 Display the result in a file output.txt. Overweight Obesity iv. Data in input.txt Weight (kg) 95 Height (m) 1.9 Name Augustine Yunos 75 1.6 Megat 160 1.8

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section: Chapter Questions
Problem 8PP: (Data processing) A bank’s customer records are to be stored in a file and read into a set of arrays...
icon
Related questions
Question
100%

In pseudocode

b) You are supposed to write a program to calculate the body mass index (BMI) of 3 members
of your class whose data is such as listed in a file input.txt. As a preparation to this task,
write an algorithm for a program that does the following task:
i.
Read data of name, weight and height of the 3 members from input.txt.
Calculate the BMI of each member using a formula:
BMI=Weight(kg)/Height(m)?
Classify the BMI for each person based on the following table:
ii.
iii.
BMI
Status
BMI < 25
Normal
Overweight
Obesity
Display the result in a file output.txt.
25< BMI <29
BМI 230
iv.
Data in input.txt
Name
Weight (kg)
Height (m)
Augustine
Yunos
95
1.9
75
1.6
Megat
160
1.8
-3-
SMJP 1043
Sample output in output.txt:
Name
Weight (kg)
Height (m)
BMI
Status
Augustine
Yunos
26.3
29.3
Overweight
Overweight
Obesity
95
1.9
75
1.6
Megat
160
1.8
49.4
Transcribed Image Text:b) You are supposed to write a program to calculate the body mass index (BMI) of 3 members of your class whose data is such as listed in a file input.txt. As a preparation to this task, write an algorithm for a program that does the following task: i. Read data of name, weight and height of the 3 members from input.txt. Calculate the BMI of each member using a formula: BMI=Weight(kg)/Height(m)? Classify the BMI for each person based on the following table: ii. iii. BMI Status BMI < 25 Normal Overweight Obesity Display the result in a file output.txt. 25< BMI <29 BМI 230 iv. Data in input.txt Name Weight (kg) Height (m) Augustine Yunos 95 1.9 75 1.6 Megat 160 1.8 -3- SMJP 1043 Sample output in output.txt: Name Weight (kg) Height (m) BMI Status Augustine Yunos 26.3 29.3 Overweight Overweight Obesity 95 1.9 75 1.6 Megat 160 1.8 49.4
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Storage Devices
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr