0
float CalcAr (float base ,float height) { return (1/2*base*height); } this function takes base and height as arguments and returns the area in float BTW make sure to try hard yourself before asking such questions.
27th Jun 2016, 5:00 AM
Mukul Kumar
Mukul Kumar - avatar