1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Alex_Xolod [135]
1 year ago
14

function in c that takes three decimal numbers as inputs and finds the sum of those inputs and returns the sum

Mathematics
1 answer:
kozerog [31]1 year ago
7 0

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

You might be interested in
Which property is illustrated by the equation below:<br> 6(5+1)=6(5)+6(1)
iragen [17]

Answer:

distribution property

3 0
3 years ago
Two x subtracted by eight<br> 2x + 8
tatiyna

Answer:

(2x-8)(2x+8)

4x squared -64 is the answer

how you get it is by multiplying 2x times 2x to get 4x squared and -8 times 8 =    -64

hope this helps

if this is algebra 1 then this is right

5 0
3 years ago
The association placed a track marker on the ground every four hundred yards. Every 900 yards, the association put up a water st
Fittoniya [83]

Answer:

ima take my dagn points back smh dont answer on my questions if ur not gonna do them and say thanks ma'am like wt dude such a lame move god

Step-by-step explanation:

5 0
3 years ago
X+(x+1)+(×+2)=336. the question is the sum of three consecutive integers is 336​
vodomira [7]

Answer:

x = 111

Step-by-step explanation:

1.) x + (x + 1) + (x + 2) = 336

2.) x + x + 1 + x + 2 = 336

3.) 3x + 3 = 336

4.) 3x = 333

4.) x = 111

Check Work:

1.) 111 + (111 + 1) + (111 +2) = 336

2.) 111 + 111 + 1 + 111 + 2 = 336

3. ) 222 + 1 + 111 + 2 = 336

4.) 222 + 114 = 336

5.) 336 = 336

6 0
3 years ago
the yearly deductible for john's health care decreased from $1250 to $1000. What is the percent decreased?
Dvinal [7]

so, it went down from 1250 to 1000, namely 1250 - 1000 = 250.

now, if we take 1250 to be the 100%, what is 250 off of it in percentage?


\bf \begin{array}{ccll}amount&\%\\\cline{1-2}1250&100\\250&x\end{array}\implies \cfrac{1250}{250}=\cfrac{100}{x}\implies 5=\cfrac{100}{x}\implies x=\cfrac{100}{5}\implies x=20

3 0
3 years ago
Other questions:
  • A system contains n atoms, each of which can only have zero or one quanta of energy. How many ways can you arrange r quanta of e
    5·1 answer
  • Whats equivalent to 14(8−6x+12)
    8·2 answers
  • What is equally between 1200 and 1600 ​
    13·2 answers
  • Is the gcf of two even numbers always even?
    15·2 answers
  • 1. a type of bamboo holds a Guinness world record for the fastest growing plant.is can grow 91cm a day. how fast in inches per h
    9·1 answer
  • I need help in finding numerical value please
    5·2 answers
  • If a video is getting 12,000 views every 4 hours, how long will it take to reach 30,000 views?
    7·2 answers
  • Solve for the variable:<br> 0.15a + 28.1 = 50<br> a = ?
    5·1 answer
  • Select THREE expressions equivalent to -81x + 27.
    9·1 answer
  • Olivia guessed on the last three questions on her science quiz. If each question that had four choices, what is the probability
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!