answersLogoWhite

0

3,5,7,8

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the sum of the first four prime four?

The sum of the first four prime numbers is 17.


What is the Sum of the numbers from 1 through 100?

The sum of the numbers from 1 through 100 is 5,050.


What is the sum of the numbers 1 through 27?

The sum of the numbers 1 through 27 is 378.


If the sum of four numbers is 14.8 what is the average of the four numbers?

The average, in this case, is the sum divided by 4 (since there are 4 numbers).


What is the sum of the first four prime number?

The sum of the first four prime numbers is 17.


Is 2001 the answer of the sum of four consecutive integers?

No. The sum of four consecutive integers is two odd numbers plus two even numbers which is an even number. 2001 is an odd number, therefore it cannot be the sum of four consecutive numbers.


what is the answer on how to make a program that will ask the user to enter four number and display the sum and average of that four number?

To create a program that asks the user to enter four numbers and then displays the sum and average, you can follow these steps: First, prompt the user to input four numbers and store them in variables. Next, calculate the sum by adding these numbers together. Finally, compute the average by dividing the sum by four, and then display both the sum and the average to the user. Here's a simple example in Python: numbers = [float(input("Enter number {}: ".format(i+1))) for i in range(4)] total = sum(numbers) average = total / 4 print("Sum:", total, "Average:", average)


What is the sum of all the numbers 1 through 200?

The sum of all the numbers 1 through 200 is 20,100.


What is the sum oof the first four positive prime numbers?

The sum is 17.


The average of four numbers is 5 What is their sum?

The sum of the four numbers would be equal to 5 x 4 = 20.


Is sum of odd numbers always even?

The sum of two odd numbers is always even; the sum of three odd numbers is always odd; the sum of four odd numbers is always even; the sum of five odd numbers is always odd; etc


What is the sum of all odd numbers 1 through 99?

The sum of all odd numbers 1 through 99 is 9,801.