Q2)Write a program that reads the file "BMl.txt" which includes the following data: - Sample Input Ali 70 1.8 Ahmad 90 1.88 Asad 95 1.6 Sameer 55 1.6 Noor 64 1.7 Haleem 76 1.6 1) Each line consists of three values name ,weight and height for some patients. 2) You are requested to read this file and to calculate the BMI for each one as display the following result in another file named report.txt as follows:- Patient( I) Alt Weight 70 height = F.8 BMI 21.60 And so on for ALL patients BMI Average Page 2 of 3

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 9PP: (Inventory) Create an ASCII file with the following data, or use the shipped.dat file available on...
icon
Related questions
Question
2 / 3
100%
+
Q2)Write a program that reads the file "BMl.txt" which includes the following data: -
Sample Input
Ali 70 1.8
Ahmad 90 1.88
Asad 95 1.6
Sameer 55 1.6
Noor 64 1.7
Haleem 76 1.6
1) Each line consists of three values name weight and height for some patients.
2) You are requested to read this file and to calculate the BMI for each one as display the following
result in another file named report.txt as follows :-
Patient( I)
Ali
Weight 70
height = 1.8
21.60
BMI
And so on for ALL patients
BMI Average =
Page 2 of 3
Transcribed Image Text:2 / 3 100% + Q2)Write a program that reads the file "BMl.txt" which includes the following data: - Sample Input Ali 70 1.8 Ahmad 90 1.88 Asad 95 1.6 Sameer 55 1.6 Noor 64 1.7 Haleem 76 1.6 1) Each line consists of three values name weight and height for some patients. 2) You are requested to read this file and to calculate the BMI for each one as display the following result in another file named report.txt as follows :- Patient( I) Ali Weight 70 height = 1.8 21.60 BMI And so on for ALL patients BMI Average = Page 2 of 3
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
File Input and Output Operations
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