answersLogoWhite

0


Best Answer

The flowchart in deriving the largest of three (3) numbers, You may follow the steps provided below:

Input for A,B,C

3,2,1

2,1,3

1,2,3

1,3,2

2,3,1

2,2,3

# Draw the start symbol then a flow line connecting to item #2 # Draw the init box for the syntax: set variable_A=0, variable_B=0, variable_C=0 then a flow line connecting to item #3 # Draw the input box and write variable_A and a flow line connecting to item #4 # Draw the decision box for 'Is variable_A not numeric?'. If yes, then a flow line connecting to item #3 else a flow line connecting to item #5 # Draw the input box and write variable_B and a flow line connecting to item #6 # Draw the decision box for 'Is variable_B not numeric?'. If yes, then a flow line connecting to item #5 else a flow line connecting to item #7 # Draw the input box and write variable_C and a flow line connecting to item #8 # Draw the decision box for 'Is variable_C not numeric?'. If yes, then a flow line connecting to item #7 else a flow line connecting to item #9 # Draw the decision box for 'Is variable_A>variable_B?'. if yes, then a flow line connecting to item #10 else a flow line connecting to item #12 # Draw the decision box for 'Is variable_B>variable_C?'. if yes, then draw the output box for the syntax: variable_A, variable_B, variable_C and a flow line connecting to item #14 else a flow line connecting to item #11 # Draw the decision box for 'If variable_A>variable_C?. if yes, then draw the output box for the syntax: variable_A, variable_C, variable_B and a flow line connecting to item #14 else, draw the process box for the syntax: variable_C, variable_A, variable_B and a flow line connecting to item #14 # Draw the decision box for 'Is variable_A>variable_C?'. if yes, then draw the output box for the syntax: variable_B, variable_A, variable_C and a flow line connecting to item #14 else a flow line connecting to item #13 # Draw the decision box for 'If variable_B>variable_C?. if yes, then draw the output box for the syntax: variable_B, variable_C, variable_A and a flow line connecting to item #14 else, draw the process box for the syntax: variable_C, variable_B, variable_A and a flow line connecting to item #14 # Draw the decision box for 'Are there more numbers to compare?'. If yes, a flow line connecting to item #2 else a flow line connecting to item #15 # Draw the end symbol.

Where:

variable_A contains the first number, variable_B contains the second number and variable_C contains the third number.

Note:

The sequence of variable display is from largest to lowest accordingly.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Draw a flowchart diagram to find the largest of 3 numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Draw a flowchart to accept 3 numbers and display the largest number?

draw a flowchart to display the first tenth even number


Draw a flowchart to generate odd numbers between 100?

Draw a flowchart to generate odd numbers between 100?


Define flowchart and draw flowchart for GCD of two numbers?

pictorial representation of a program is called a flowchart


Draw a flowchart that will determine and display the largest among the three numbers being inputted?

start input A & B if A>B print A is greatest if B>A print B is greatest stop james ola writes.....SOT.


Draw a flowchart to find the least in ten numbers?

factorial


Flowchart on how to buy a pair of shoes?

I want to draw a diagram but am limited in this text field!


How do you draw a flowchart of HCF of two given numbers?

draw a flow chart to find hcf of two given numbers


Draw a flowchart to arrange 3 numbers in ascending order?

draw a flow chart to arrange 3 numbers in ascending order


Write algorithm and draw flowchart to find the sum of even numbers?

jgfujtf


Write an algorithm to find the largest number amongst three numbers and draw a flowchart?

Step1- Read a,b,c. Step2-if a>b continue step 5. Step3- b>c then print “b is the largest " and continue step 7. Step4- continue step 6 Step5-if a>c then print “a is the largest " then continue step7. Step6- print “z is largest". Step7- end.


How do you draw a flowchart to find maximum and minimum of given 3 input numbers?

You draw a flowchart to find maximum and minimum of given 3 input numbers by using all three numbers. You take the low, high and input the middle number between them. You can see the rise, or decline of the chart that way.


Draw a flow chart to find out the greatest number among the three given numbers ab c?

draw a flowchart to find the biggest number among the 3 numbers