Computer Science, asked by Aritrashil2018, 2 days ago

draw a flowchart to take input for two no.s 'a' and 'b' from the user. find and display the minimum of two​

Answers

Answered by Anupk3724
1

Answer:

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

Flowchart

Attachments:
Similar questions