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:
56,000.0
Step-by-step explanation:
The number 6 is in the nearest thousand. To round, you look at the number in front of the number you are trying to round and decide if that number is higher or lower than five. If the number is higher than 5, round up to the next highest number. If the number is lower than 5, the number stays the same.
I believe the answer is 7x-y
Answer:
positive
Step-by-step explanation:
the discriminant of the function is postive.
because from the graph we notice that it has 2 intercepts on x-axis, which means the function has 2 real solution when y=0
that implies the discriminant is positive.
if we have 2 distinct real solution
if we have no real solution but 2 complex solutions
if we have 2 identical real solution
Answer:
X Y
8 4
14 7
6 3
Step-by-step explanation:
y = x/2
x = 2y