Computer Science, asked by raj508884, 1 month ago

write an algorithm and draw flowchart to find whether the inputted number is greater than 5 or not​

Answers

Answered by adeebanaaz5313
7

Answer:

I know

Explanation:

Algorithm

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:
Answered by adeebanaaz5313
3

Answer:

I know

Explanation:

Algorithm

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