Java Video Tutorial 4: If Statements
Uploader Comments ( aphonik )
Top Comments
-
I just switched from C++ to Java and I think that Java is 100000000 times easier.
-
compared to C its easy
All Comments (70)
-
how he connects is amazing i've learnt everything he said without typing with books you have to slowly type out i just find this easy
-
i need help how create final year project in java......... !!!!!!
-
like any skill, practice makes perfect.
-
sir i want ask some thing iam learning java from ur tutorail and it help me alot but how can increase my programming skills..?
-
Your recordings are WAAAYYYYYYY tooo quiet. I have everything jacked up and I can't hear you over my comp fans.
-
These videos are definately helping me with my intro to java class, thank you soo muchhhh
-
if(youtubers approval >=10000000000000){
system.out.println("you have the top vid for java on youtube :D");
-
thumbs up if(true)
-
hey 1 question can you do an else if statement?
-
Nice, but since when did Notepad become the #1 Java IDE?
- Loading comment...
Is it OK, to leave out the braces when you only have one instruction ?
example:
if (myval < 2) mycode = 1;
else mycode++;
oncebarn 5 years ago 2
Yeah, but its better to but braces in - it's easier to see whats going on.
aphonik in reply to oncebarn (Show the comment) 5 years ago