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.
0 Comments