Saved Bookmarks
| 1. |
Find the largest number among the two numbers a flowchart program |
|
Answer» rithm, Flowchart and Program CODE to print the larger of two numbers 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”. |
|