Draw a flowchart with algorithm of the to find maximum number of two numbers?
Answers
Answered by
13
Answer:
Step 1: Start.
Step 2: Read a, b . / * a, b two numbers */
Step 3: If a>b then /*Checking */
Display “a is the largest number”.
Otherwise.
Display “b is the largest number”.
MAY IT HELP UHH_
________
Similar questions