Flowchart to find larger no. in given two numbers


 Explanation:-
  •  START
  • INPUT ( Accept 2 numbers A and B)
  • CONDITION( If A>B, then true part executes else the command goes to the false part)
  • DISPLAY( After condition check, display the results)
  • STOP

Similarly, you can also find the smaller no. in given two numbers. for this, you which have to change the symbol only.

       

Post a Comment

0 Comments