1 Answers
Don’t worry about it too much, flowcharts are more about getting you to think in the way a programmer should think. But here are my tips:
- Make sure you’re outputting what the question is asking for
- assign variables when you need them, calculate at the end
- Don’t use a variable before you initialize it
- keep it simple
Your Answer