answersLogoWhite

0


Best Answer

start

input x

input y

x + y

output z

End

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Draw a flow chart to add 2 numbers and print it?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Draw a flow chart to print the product of 1st 10 even no?

no


How you Draw a flow chart for the sum of even numbers within 0 20?

To draw a flowchart for the sum of even numbers within 0 to 20, you would typically start with a terminal or start/end symbol. Then, you would use a process symbol to initialize variables for the sum and a counter. Next, you would use a decision symbol to check if the current number is even. If it is, you would use a process symbol to add it to the sum. Finally, you would loop back to check the next number until reaching 20, then output the sum using an output symbol before reaching the terminal symbol.


Draw a flow chart to find HCF of two given numbers?

First you will need to pick out the two numbers. Then you can use your textbook and the instructions in order to draw out the flow chart.


How do you draw a flow chart for determining if the two numbers are equal or not?

using OR ().


Draw a flow chart to find square root of n numbers?

No.


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 flow chart find the largest number of given 3 numbers?

no


Draw a flowchart to arrange 3 numbers in ascending order?

draw a flow chart to arrange 3 numbers in ascending order


Draw a flow-chart to count how many of 10 input numbers are positive negative and zero?

draw a flow chart to input ten number and count the positive negative and zero


How do you draw a flow chart to display the prime numbers between 1 to 100?

In order to draw a flow chart to display the prime numbers between 1 and 100, the rules of prime numbers must be implemented. These are that the number is only divisible by itself and one.


When Draw a flow chart of table 2?

in loop when draw a flow chart of table 2


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.