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

Steps to Programming?

I'm having trouble in class understanding how to set up my functions, and calling a function.

9th Jun 2019, 9:42 PM
CamEmandolyn
CamEmandolyn - avatar
3 Answers
+ 2
Starting coding .... Simple😕☺
9th Jun 2019, 10:43 PM
Rohit
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!
9th Jun 2019, 9:51 PM
Anton Böhler
Anton Böhler - avatar
0
In beginning classes and functions are very confusing, but patience is key for understanding those, soon that all will make sense.
10th Jun 2019, 9:08 PM
Seb TheS
Seb TheS - avatar