iGuest 3 Report post Posted May 9, 2012 Draw a flowchart of a program that allows the user to enter two numbers then choose an option to either add, subtract, multiply, divide or perform the modulus of two numbers then display the result. Begin with an algorithm. Share this post Link to post Share on other sites
yordan 10 Report post Posted May 9, 2012 Huh?What do you mean ? Did your teacher give you a homework, and you ask us to do it for you? Share this post Link to post Share on other sites
mthoe 0 Report post Posted May 9, 2012 I was doing some exercises and I came across this question, im doing a self paced programming course Share this post Link to post Share on other sites
Ananya 0 Report post Posted May 26, 2012 While drawing flowchart please go through the rules for which box is to be used for taking input and which box is for decision taking and which is for displaying output.Then after declaring variables for inputs proceed with the flowchart.In your case your decision box will have 5 different paths for 5 different operations to be performed. Share this post Link to post Share on other sites