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:
<h2>A</h2>
Step-by-step explanation:
y > 0 - the region above the line together with that line
y ≥ 0 - the region above the line together with that line
y < 0 - the region below the line without that line
y ≤ 0 - the region below the line together with that line
We have:
y > 2 - the region above the line together with that line
y ≥ 2x - 3 - the region above the line together with that line
<em>look at the picture</em>
The common part is the solution.
Answer:
y = 7/2 -2
Step-by-step explanation:
if the slope of the first problem is -2/7 then its perpendicular is 7/2 (the exact opposite) and since the y- intercept is the b in Y= mx +b the intercept of the equation you’re trying to find is -2
Answer: The answer is 60 square inches.
Step-by-step explanation: Given that Danny has a triangular pyramid where all the four triangles are congruent. The height and base of one triangle are 6 inches and 5 inches respectively. We are to find the surface area of the pyramid.
The area of one triangle is given by

Since the pyramid consists of four congruent triangles, so the surface area of the pyramid will be

Thus, the answer is 60 sq. inches.