Hey, I need some help with BMI calculator. I tryed to do something, but it doesn't work at all. Maybe someone you could make me a example for this (have more exercises, but I want to do them myself, just need an exaple :P). It pretty much should look like this:
Ask:
"Insert your name" -> and insert it on next line
"Insert your length in cm" -> and insert it on next line
"Insert your weight in kg" -> and insert it on next line
Then output will tell:
"Hello, (name)!
With length (length) cm and weight (weight) kg your BMI is ...(I) .
Info:
* underweight is under 18,5;
* normal is 18,5 - 24,9;
* overweight is 25 - 29,9;
* too fat is 30 - 39,9;
* extra fat is over 40"
I = K / (P/100)^2
i = BMI
K = weight
p = length

