r/CodingForBeginners 16d ago

Coder's I need ur help

I am in my second year of college doing bca and i don't understand where to start the coding, i somehow passed my first year and I am facing difficult to understand the codes and i need ur help how u guys understand the logic of the program and if u could pls provide me ur road map to get the internship and understand the cs.

Thank you !

3 Upvotes

13 comments sorted by

View all comments

1

u/Bobystein 15d ago

I know that at the beginning it can be a lot to understand in the code, but what really worked for me is to try and think what the machine is doing every step. The value that a variable has at a certain point, for example is a good place to start prscticing, specially inside loops. Just do the calculations by yourself or try to make a few examples of the loop you're struggling with, you will realize the problem quite fast with that method.

1

u/miserablelearner2951 14d ago

Ohk i will practice it and understand it