0
Steps to Programming?
I'm having trouble in class understanding how to set up my functions, and calling a function.
3 Réponses
+ 2
Starting coding ....
Simple😕☺
0
function are there to make it easier to see what your doing and to remove complexity, by spliting your problem up.
So maybe you can try to split your program in smaller problems which each get a function.
then you just look when a function should be called and write test and fail and learn from errors avoiding the depression.
happy coding!
0
In beginning classes and functions are very confusing, but patience is key for understanding those, soon that all will make sense.