algorithm and flowchart to find the largest of two number.
Answers
Answered by
6
Answer:
Algorithm, 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”.
Hey mate here is ur answer please mark me as Brainaliest
Similar questions