answersLogoWhite

0


Best Answer

The flowchart in deriving the sum of two numbers, 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_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 process box for the syntax: compute variable_Sum=variable_A + variable_B then a flow line connecting to item #8
  8. Draw the output box and write variable_Sum then a flow line connecting to item #9
  9. Draw the end symbol.
User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Draw a flowchart to accept two numbers and display the sum of the numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

Draw a Flowchart to find out the greatest number among three given number?

idskjhgfhg


Draw a flowchart to print prime numbers from 1 to 100?

The flowchart above starts with the number 2 and checks each number 3, 4, 5, and so forth. Each time it finds a prime it prints the number and increments a counter. When the counter hits 100, it stops the process. To determine whether a number is prime, it calls the function "IsThisNumberPrime" which is shown at the top of this page.


Are negative numbers bigger than positive numbers?

no negative numbers are always smaller than positive numbers..... you can draw out a numberline and see any number to the left of the number zero is negative and to the right is positive


What is a diagram used to identify the prime factors of a number?

A factor tree is very useful when identifying the prime factors of a number. You draw two lines off of it and write two numbers that multiply together to make that number. If one of the numbers cannot be divided any further, then circle it. That is a prime number. Draw two lines off of numbers that can be divided further, so you have multiple branches dividing off into certain numbers. Once all the numbers have been divided down, you are left with prime numbers which you can then multiply to get back to the original number.


Draw algorithm and flowchart to check a number is perfct or not?

1. List all factors of number (including 1 and the number, list each factor only once even if it goes in multiple times) 2. Add up all the factors 3. If the sum is equal to twice the original number, then the original number is perfect, if not, it is not perfect.

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 accept five numbers and display the sum of the numbers?

start, inputbox,inputbox,inputbox,inputbox,inputbox,progresh,display,stop 


Draw a flowchart that will accept radius and display the area of circle?

program that display the area of a circle of a reduce


Draw a flowchart to accept two numbers and check if the first is divisible by the second?

Convert this in flow chart and see if it can help Start Display "Enter 2 numbers" Accept 2 numbers A & B Divide the A with B Is result Zero? ---- No - A is not Dividable with second Yes - A is Dividable with second End


Draw a flowchart to generate odd numbers between 100?

Draw a flowchart to generate odd numbers between 100?


Draw a flowchart that will only display numbers divisible by ten The range is from 1 to 100?

for(int i= 51;i<=60;i++) cout<<i;


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


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 an algorithm and draw a corresponding flowchart to search a number in the given list of numbers and also display its position?

please give me an algorithm and a corresponding flow chart that displays list of numbers from 1 to 20.