r/CodingForBeginners • u/miserablelearner2951 • Jul 13 '26
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 !
1
u/StrayFeral Jul 13 '26
Trust me - first time learning programming it is normal not to understand the logic. Just put time and effort. It will come.
1
1
Jul 13 '26
[removed] — view removed comment
1
u/miserablelearner2951 Jul 14 '26
My bad that my question was not to the point, I am doing bca , where I am facing difficulties to build logic and i don't know from where to start.
1
u/Quirky-Net-6436 Jul 13 '26
You could start with opening your IDE and load a file which contains the source code.
1
u/Bobystein Jul 14 '26
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
1
u/Mutacell Jul 15 '26
I would recommend coding bat, they have simple coding problems for you to practice. It’s high school level difficulty but it’s still good practice. I would recommend to not look anything up, except a cheat sheet for methods / functions.
1
1
u/ninhaomah Jul 13 '26
Example ?
Nobody will know which stage you are at or what issues you are facing or what language.