Asking some questions Please answer ?

Oct 6, 2012 at 11:41am
closed account (3ApSLyTq)
Q1) Write complete C++ program that will read three integer values x, y and z from keyboard then compute the following expressions independently.?

z = (2√y + ‘B’ /y) && (x-- -2 )





Q2): We introduced the body mass index (BMI) calculator. The formulas for calculating BMI are
BMI= Wight in Kilograms / height in meter * height in meter

Create a BMI calculator that reads the user’s weight in kilograms and height in meters), then calculates and displays the user’s body mass index. Also, display the following information from the Department of Health and Human Services/National Institutes of
BMI VALUES
Underweight: less than 18.5
Normal: between 18.5 and 24.9
Overweight: between 25 and 29.9
Obese: 30 or greater





Q3): Write an application that reads three nonzero integers and determines and prints whether they could represent the sides of a right triangle





Q4) Calculate the value of π from the infinite series for 20 terms.


π= 4-4/3+4/5+4/7+4/9+4/11+.......
Oct 6, 2012 at 11:49am
Please provide your code and we can help from there.
Oct 6, 2012 at 11:57am
closed account (3ApSLyTq)
Thank you!

But I do not understand what you mean (your code) ?
I find it difficult to resolve these questions, I hope you help
Last edited on Oct 6, 2012 at 11:58am
Oct 6, 2012 at 12:02pm
Your C++ code.
Oct 6, 2012 at 12:07pm
closed account (3ApSLyTq)
ok..

I will now write
And will send it to you later
Oct 6, 2012 at 12:37pm
closed account (3ApSLyTq)
I send the answer to the first question
and I hope you can answer me on the rest!!
I can not answer for the rest
Oct 6, 2012 at 12:45pm
Please do not send me a Private Message - unless I ask you to.

Post your code here.
Oct 6, 2012 at 1:10pm
You have renamed your thread to be very similar to a different one, and have deleted your original question.

Be careful - you could be reported for trolling.
Topic archived. No new replies allowed.