+ 1
Can anybody clear my doubts and confusion about conditions and loops
I am confused a lot in java , and i am not able to answer some hard questions and I am not able to code in java
4 Respuestas
+ 2
HonFu said it all, but I must add this, learning programming is a matter of consistency, you need to learn a concept take a break think about that concept, think of how the concept looks like in real life situations, I believe that way it will be easier for you to create in your next try while coding, and do{
take a nap;
}while(tired);
that's just a basic sample, happy coding
+ 1
You have only started, so it's totally natural that things are not so easy.
It's most important that you practice writing code.
And everybody can write *some* code!
You just have to make sure that you practice all the patterns you learn with your own hands, until they feel natural.
Btw: Getting a lot of errors doesn't mean you can't code - it's just the taste of coding. ;-) If you're lucky, coding and debugging is 50/50. Sometimes sure feels more like 20/80
+ 1
Well what should I code I have learned only basic , conditions and loops
0
Thanks HonFu and *AsterisK* .
Can you tell me my mistakes in my codes ?