sheak15 sheak15
  • 25-02-2021
  • Computers and Technology
contestada

Write a program that accepts three decimal numbers as input and outputs their sum.

Respuesta :

max3426
max3426 max3426
  • 26-02-2021

Answer:

void sum(float a, float b, float c){

printf("%0.3f", (a + b + c));

}

Explanation:

The answer given is written in C, but the same function can be reimplemented easily in whatever language this is required in.

Answer Link

Otras preguntas

what is a 'birthday suit'?
what is a closed-ended question?
Insert 2 irrational numbers between 2/5 and 3/4
can you tell me what Is Pleonasm?
Find the domain of each rational expression. f(x)=5x-7/4
how can I solve this square of binomial? (5d - 7d^2t)^2?
how can I solve this square of binomial? (5d - 7d^2t)^2?
Insert 2 irrational numbers between 2/5 and 3/4
what is the possessive case?
what is the possessive case?