The function that takes three decimal numbers as inputs and finds the sum of those inputs and returns the sum has been given below
What is programming?
Program is the set of instructions given to the computer so that the computer can execute those instructions. The act of writing program is called programming.
The program has been shown below
#include<stdio.h>
using namespace std;
int main()
{
double n1, n2, n3;
double s;
printf("Enter first numbers");
scanf(%lf, &n1);
printf("Enter second numbers");
scanf(%lf, &n2);
printf("Enter third numbers");
scanf(%lf, &n3);
s = n1 + n2 + n3;
printf("Sum = %f", s);
return 0;
}
To learn more about programming refer to the link-
brainly.com/question/23275071
#SPJ4
Answer:
The value of m is 6.
Step-by-step explanation:
Here, the given equation,


Let the roots of the equation are a-3b, a-b, a+b and a + 3b, ( they must be form an AP )
Thus, we can write,



















But m > 0,
Hence, the value of m is 6.
Answer:
A. 40°C B. -10°C per kilometer
Step-by-step explanation:
As the height increase, the temperature decreases.
Answer: 9/7
Step-by-step explanation:
The cost of one sandwich is $3.90
The cost of one deknk is $1.50
hopefully this is correct