+ 1
How to think practically when writing the code?
In Java/python
3 Antworten
+ 8
That's where pseudocode comes in handy. You write all the steps and steps of steps down and then bring it over to your coding.
+ 5
First draw a flowchart or algorithm of a problem then convert it into a program
+ 4
Its always best to draw it out first if its going to be complex