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?
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.