eg income 20weight, and 1.80 height, you get imc < 18.50. and I want to return the assigned string in overweight in the function. to say in console, 'You are overweight'.
#include <stdio.h>
char calculoimc(float peso, float altura)
{...
asked by
03.04.2018 / 23:06