I am wanting to write a program for a BMI calculator that eventually will record details for several entries.
However to start with I need to be able to just complete one calculation.
Below is my code which works up to the if statement what I am trying to do is once I have completed the calculation be able to take that result and use the if statement to indicate if the result is normal, under or over.
I don't know how to take the result and put it into the if statement.