Hey everyone I'm new around here, I am learning c++ (teaching myself) and I want to challenge myself with the nested if statements, they seem to be giving me the most problems, can anyone here give me a few nested if practice problems? If anyone can come up with some for me to practice that would be fantastic :D
1. Find the Smallest Number! - Write a program that inputs three integers and passes
them to a function that returns the smallest number.
2. Body Mass Index (BMI) calculator. Write a program that asks the user to input their
weight in pounds and height in inches and then calculates and displays the user's BMI.
The program should also indicate if the person is underweight, normal, overweight or obese.