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.
8.1m questions
10.7m answers