i do not know actually perhaps you should ask your mum or dad. plus i do not get your queation.
1.Start 2. Input a,b,c 3. Sum = a+b+c 4. Average = sum/3 5. Output - Sum,Average 6. Stop
Sorry. No sum of even numbers can be an odd number.
What to whole numbers have a sum of 12 and quotient of 3?
The sum of two numbers is the result given when the two numbers are added together. For example, the sum of 2 and 3 is 5.
No, the sum of three odd numbers will always be odd.
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]
1.Start 2. Input a,b,c 3. Sum = a+b+c 4. Average = sum/3 5. Output - Sum,Average 6. Stop
The algorithm to find the sum and average of three numbers involves the following steps: Input three numbers (let's call them A, B, and C). Calculate the sum by adding the three numbers: Sum = A + B + C. Calculate the average by dividing the sum by 3: Average = Sum / 3. Output the sum and average. In a flowchart, you would start with a "Start" symbol, followed by input steps for the three numbers, then a process step for calculating the sum, another for calculating the average, and finally an output step to display the results before ending the flowchart.
//sum and product of 3 nos #include #include void main() { int a,b,c; printf("enter the 3 nos"); scanf("%d%d%d",&a,&b,&c); printf("sum of 3 nos",a+b+c); printf("product of 3 nos",a*b*c); getch(); }
You add the numbers. Then you divide by the number of numbers (i.e., if you have three numbers, you divide the sum by 3).You add the numbers. Then you divide by the number of numbers (i.e., if you have three numbers, you divide the sum by 3).You add the numbers. Then you divide by the number of numbers (i.e., if you have three numbers, you divide the sum by 3).You add the numbers. Then you divide by the number of numbers (i.e., if you have three numbers, you divide the sum by 3).
Sorry. No sum of even numbers can be an odd number.
What to whole numbers have a sum of 12 and quotient of 3?
There are not three prime numbers that have the sum of 3. The smallest prime number is 2. If all three prime numbers were 2, the sum would 2 + 2 + 2 = 6, so that is the smallest number that is the sum of three prime numbers.
If the product of two numbers is 4.2 and their sum is 4.4. then the numbers are 3 and 1.4.
3 prime numbers which have the sum of 132: 2 + 3 + 127 2 + 17 + 113
The sum of two numbers is the result given when the two numbers are added together. For example, the sum of 2 and 3 is 5.
No, the sum of three odd numbers will always be odd.