answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you write a pseudocode that accepts five numbers and displays the sum and average of the numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you design an applicatoin that accepts 10 numbers and displays?

Simply: design an application, that accept one number, then put it in a loop that repeat is ten times.


Develop an algorithm to display all prime numbers from 2 to 100 Give both the pseudocode version and the flowchart version Convert your pseudocode into a Java program?

Develop an algorithm to display all prime numbers from 2 to 100. Give both the pseudocode version and the flowchart version. Convert your pseudocode into a Java program.


Write a pseudocode for a program that accepts two integers and substract 5 from the answer?

1. Accept the 2 numbers 2. Add the 2 numbers3. Compare answer with 54. If answer is greater than 5 subtract with 5 else give a error message.


The AVERAGE function displays the lowest value in a range?

No. The MIN function displays the lowest value in a range. The AVERAGE function gets the arithmetic mean of a set of values. It totals them up and divides by the amount of numbers.


Could you Write a program for 8086 microprocessor that displays on the monitor the average of 2 numbers from an array?

How to write a program for mouse in microprocessor?


Is there an algorithm which accepts two numbers from the user and displays which of the two numbers are relatively greater?

Algorithm:Given x and y are both numbers, if x is greater than y then return x, otherwise return y.C++ implementation of the algorithm:template T GetMax(T x, T y) { return(x>y?x:y); }


Write a pseudocode statement that declares the variable cost so it can hold real numbers?

floating-point variable cost


Pseudocode for subtraction of two binary numbers?

start read a read b c=a-b print c end


Excel displays numbers as percentages?

Yes. Excel can display numbers as percentages. Do you have a question?


Pseudocode representation to determine the average of three numbers?

#include <iostream>02using namespace std; 03 04int main() 05{ 06 int sum = 0; 07 int average = 0; 08 int array[10] = {1,2,3,4,5,6,7,8,9,10}; 09 for (int i = 0; i < 10; ++i) 10 sum+=array[i]; 11 average = sum/10; 12 cout<<"Average:"<<average; 13}


How to write an algorithm that accepts five numbers and displays the sum and average of the numbers?

1.Start Algorithm 2.Enter first number 3.Enter second number 4.Enter third number 5.Enter fourth number 6.Enter fifth number 7.Add five number 8.display five number / 2 9.Display result 10.End Algorithm


A specific way in which Excel displays numbers in a cell is refferred to as the?

Format.