Flowchart | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Flowchart

I am creating a flowchart for my program. Can someone please tell me is it outlining of output? I have two different variables that holds the value the user inputs. How to put that as a flowchart. I set a variable and then input?

24th Mar 2022, 5:25 PM
Knowledge Is Power
Knowledge Is Power - avatar
1 Answer
0
We were taught on free software DrawIO It has a special set of shapes for programmers logic. Now renamed diagrams.net https://app.diagrams.net/ I was learning python, so creating the variable before using it wasn't necessary. I would use an input shape to declare&assign the variable, then a decision box to use that variable.
24th Mar 2022, 7:44 PM
HungryTradie
HungryTradie - avatar