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
2 6/7 ÷ 2/3
= 20/7 ÷ 2/3
20/7 × 3/2
= 60/14
reduce to it's lowest term
30/7 = 4 2/7
Answer:
Step-by-step explanation:
since there are 205 calories in 5 crackers we can represent this as
205/5
we need to find how many calories are in one cracker, so lets take "x" as the # of calories in 1 cracker
so

cross multiply
5x=205
divide by 5 on both sides
x=41
41 calories in 1 cracker
Number line:
Answer:
150
Step-by-step explanation:
Hope this helps!
1. Yes, a regular hexagon can be drawn using rotations.
2.To find the answer, first find the number of sides of a hexagon. A hexagon has six sides.
Divide 360 by 6 = 360/6=60 degrees.
So the angle of rotation for a point on the circle for drawing a regular hexagon is 60 degrees.