answersLogoWhite

0

. r u thick? or thin? espanol njrgvbjkseg

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

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 algorithm and draw flow chart to find the sum and average of 3 numbers?

Algorithm to find the sum and average of 3 numbers: Start. Input three numbers (let's call them A, B, and C). Calculate the sum (Sum = A + B + C). Calculate the average (Average = Sum / 3). Output the sum and average. End. Flowchart: [Start] ↓ [Input A, B, C] ↓ [Sum = A + B + C] ↓ [Average = Sum / 3] ↓ [Output Sum, Average] ↓ [End]


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 average and four is negative 6?

It is a mathematical statement. It means that the average of a set of numbers is negative 10 and the sum of this average and four is, therefore, negative six!


How do calculate the number needed to increase an average?

To calculate the number needed to increase an average, first determine the current average and the desired average. Then, multiply the current average by the total number of items to find the total sum. Next, calculate the total sum needed for the desired average by multiplying the desired average by the same number of items. Finally, subtract the current total sum from the desired total sum to find the amount needed to increase the average.


What is the sum of four integers whose average is fifteen?

Their sum must be 60.


How do you calculate average value?

(sum of data)/number of data


Is the sum of four numbers 144 what is the average of the four number?

46,47,48, 28


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

111 is the average, as you would divide 444 by 4.


How do you check an average?

To check an average, first calculate the sum of all the values in the dataset. Then, divide that sum by the total number of values. To verify your average, you can multiply the average by the number of values to see if it equals the original sum, ensuring consistency in your calculations.


How to calculate the lineal feet of a rectangle?

The perimeter of rectangle is the sum of the four sides of a rectangle.


Calculate 80 percent and 82.54 percent how do you calculate the avg?

The average is the sum of the elements divided by the number of elements In other words, 80%+82.54% then divide the sum by 2.