How to write an algorithm and flowchart that determine if the three numbers are all equal? Need help. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to write an algorithm and flowchart that determine if the three numbers are all equal? Need help.

15th Aug 2019, 12:17 PM
Christine Balaoro
3 Answers
+ 15
Christine Balaoro Algorithm:- [Title] Equality of numbers 1) start 2) input 3 variable a, b and c 3) check if (a == b && b == c) 4) if above statement return true then print number are equal else number are not equal 5) end use this symbols for accordingly https://www.smartdraw.com/flowchart/flowchart-symbols.htm
15th Aug 2019, 12:21 PM
GAWEN STEASY
GAWEN STEASY - avatar
0
Thank you
15th Aug 2019, 2:12 PM
Christine Balaoro
0
I don't know how to make flowchart of it
20th Apr 2021, 8:03 AM
Dagikapnayan Katangkay
Dagikapnayan Katangkay - avatar