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:
b
Step-by-step explanation:
qqqqqqqkkkkkkkkkk
Hi,
To find K you will pick a value from the x and then the corresponding Y value. Then we will plug it into the equation that is given y=Kx
Here:
X=25 Y=160
160=k25
(Divide both sides by 25 to isolate K)
K=6.5
Then plug K value into equation
Y=6.5X
Then if you want to check if that is correct you can pick a different point on the table and plug that into the equation to see if you get the same value.
Check:
X=50
Y=6.5x50
Y=320
It should be b im not sure
Answer:
20
Step-by-step explanation:
We already have our first value 3.4 and the second value 17. Let's assume the unknown value is Y which answer we will find out.
As we have all the required values we need, Now we can put them in a simple mathematical formula as below:
Step 1 ---> 3.4 = 17% × Y
Step 2 ---> 3.4 = 17/100 × Y
Multiplying both sides by 100 and dividing both sides of the equation by 17 we will arrive at:
Step 3 ---> Y = 3.4 × 100/17
Step 4 ---> Y = 3.4 × 100 ÷ 17
Step 5 ---> Y = 20
Finally, we have found the value of Y which is 20 and that is our answer.
<h3><u>
*You can easily calculate 3.4 is 17 percent of what number by using any regular calculator, simply enter 3.4 × 100 ÷ 17 and you will get your answer which is 20*</u></h3>