answersLogoWhite

0

Flow chart to compute the average of N number?

Updated: 12/18/2022
User Avatar

Manpreetbh

Lvl 1
14y ago

Best Answer
The flowchart in deriving the sum of two numbers and its average, you may follow the steps provided below:
  1. Draw the start symbol then a flow line connecting to item #2
  2. Draw the init box for the syntax: set variable_Sum=0, variable_Ave=0, Variable_A=0, Variable_B=0 then a flow line connecting to item #3
  3. Draw the first input box and write variable_A then a flow line connecting to item #4
  4. Draw the decision box for 'Is variable_A not numeric?'. if yes, draw a flow line connecting to item#3 else draw a flow line connecting to item #5
  5. Draw the second input box and write variable_B then a flow line connecting to item #6
  6. Draw the decision box for 'Is variable_B not numeric?'. if yes, draw a flow line connecting to item#5 else draw a flow line connecting to item #7
  7. Draw the first process box for the syntax: compute variable_Sum=variable_A + variable_B then a flow line connecting to item #8
  8. Draw the second process box for the syntax: compute variable_Ave=variable_sum / 2 then a flow line connecting to item #9
  9. Draw the output box and write variable_Sum, variable_Ave then a flow line connecting to item #10
  10. Draw the end symbol.


Where:
variable_A contains the first number, variable_B contains the second number, variable_Sum contains the sum of variable_A and variable_B, and variable_Ave contains the average of variable_Sum.

The last time I checked the LETTER "N" is not a number

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Flow chart to compute the average of N number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a design a flow chart that will compute the average of 5 numbers?

A flow chart is a diagram that represents the steps to finding a solution to a problem. To find the average of five numbers, all five must be added together, then the end number must be divided by 5. The flow chart will show these steps in boxes.


Design a flow chart that will compute the average of 5 numbers?

start input a,b,c,d,e sum=a+b+c+d+e avg=sum/5 print"average is"; avg


Write algorithm and draw a flow chart to find the total and average of a student for six subjects?

write an algorithm to compute the weekly average rainfall given the daily rainfall for four weeks


Draw a flow chart that will compute and print the sum and average of 3 numbers?

1.Start 2. Input a,b,c 3. Sum = a+b+c 4. Average = sum/3 5. Output - Sum,Average 6. Stop


Flow chart for Armstrong number?

armstrong number


How know a flow chart of a real number system?

real numbers system chart


Flow chart of real number system?

,jmkljkljkl


How do you draw a flow chart to find the average of three numbers?

Sum = Sum + first number Sum = Sum + second number Sum = Sum + third number Average = 1/3 x Sum


To count the number of vowels in a text-flowchart?

flow chart


What is the C programming of check the prime number with flow chart?

flow t prime numberchar


Enter a number and draw a flow chart to get the reverse of the given number and the number is 435?

123


Write algorithms and draw a corresponding flow chart to convert a decimal number to binary equiavalent?

Write algorithms and draw a corresponding flow chart to convert a decimal number to binary equivalent?