Write an algorithm and draw a flow chart to find any two numbers.
Answers
Answered by
1
Answer:
Explanation:
Step 1: Start
Step 2: Read the two numbers and store them in a and b.
Step 3: Check if a < b
Step 4: If true then print a and goto step 6
Step 5: If false then print b
Step 6: Stop
PLS REFER TO THE link FOR FLOWCHART\
Attachments:
Similar questions