Answer:use the formula
Step-by-step explanation:
N/-2=-16
Aka
Negative number(n) is divided by negative two equals negative sixteen
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
Victor writes 20 poems
<em><u>Solution:</u></em>
Given that victor writes 10 more poems than Ann
Also given that Ann writes 10 poems
To find: number of poems written by Victor
<em><u>From given information, we can frame a equation as:</u></em>
number of poems written by Victor = 10 more poems than Ann
number of poems written by Victor = 10 + number of poems written by Ann
Substituting the given , number of poems written by Ann = 10 , we get,
number of poems written by Victor = 10 + 10 = 20
Thus victor writes 20 poems