Computer Science, asked by ronaldseven, 1 year ago

write a function for evaluating the area of a rectangle having sides a and b. Both sides and the area should be taken as float values.

Answers

Answered by surajbandhan20ot1mx9
1
//Language C++
void are(float a, float b)
{
float area;
area = a*b;
cout<<"Area = " <<area;
}

surajbandhan20ot1mx9: I don't have any problem
ronaldseven: whatsapp number
ronaldseven: thank you soo soo much
surajbandhan20ot1mx9: what's you name?
ronaldseven: im ronald
ronaldseven: send me a message on whatsapp and ill send you the question
ronaldseven: bro
ronaldseven: can you
ronaldseven: tell me the order of the answers that yoi sent me ?
ronaldseven: the last question
Similar questions