Answer:
void sum(float a, float b, float c){
printf("%0.3f", (a + b + c));
}
Step-by-step explanation:
The answer given is written in C, but the same function can be reimplemented easily in whatever language this is required in.
9.0m questions
11.6m answers