105k views
24 votes
If anyone can help with this I will be forever grateful.

The assignment is to design a modular program using pseudocode and a flowchart displaying a person's BMI using the formula weight x 703/height^2. I have been trying to make corrections (because I accidentally wrote in python code). Here is what I have so far...

If someone could help with the code, I will be able to figure out the flowchart much easier. Thank you!

If anyone can help with this I will be forever grateful. The assignment is to design-example-1
User Maddhruv
by
5.9k points

1 Answer

2 votes

Answer:

Following is the program given in C++ language.

All the necessary comments are added into the program to make the concept clear.

I hope it will help you!

Step-by-step explanation:

User CorrieJanse
by
6.4k points