the sum of eight is 4+4
The sum of four and negative eight is negative four.
The sum of a number and its opposite would be zero. Example: 8 + -8 (since it's easier to not use double signs i'll write it this way) 8 - 8 = 0.
eight
8 / (5 + a) Example: if a = 3 then 8 / (5 + 3) = 8 / 8 = 1 / 1 = 1
the sum of eight is 4+4
// numbers to work with double[] nums = {1, 2, 3, 4.5, 5.5, 6, 7.5, 8, 9, 10}; double sum = 0; // total sum for (int i = 0; i < nums.length; ++i) { sum += nums[i]; } // final average final double mean = (sum / nums.length);
20 - 5(8 + 2) or you could just write -30
-5 what is the sum of negative eight and three?
18
#include<stdio.h> void main() { int num, sum=0, i; printf("Enter ten numbers: \n"); for(i=0;i<10;i++) { scanf("%d",&num); sum += num; } printf("\n The sum of the numbers is %d",sum); getchar(); }
The sum of four and negative eight is negative four.
six times the sum of eight and eight 6*(8+8) = 96add eight to eight and multiply the result by six.
The sum of a number and its opposite would be zero. Example: 8 + -8 (since it's easier to not use double signs i'll write it this way) 8 - 8 = 0.
The sum of (eight and nine tenths) plus (nine and eight tenths) is (eighteen and seven tenths). 8.9 + 9.8 = 18.7
Multiply sum by 2.
11