#30daysofjava
Read more stories on Hashnode
Articles with this tag
One-line if statements If the if statement only has one statement you do not need braces, although it can be good to put them anyways. int score =...
On Day 2 of 30 days of Java, I learned about Scanner for getting user input. Java Scanner class: import java.util.Scanner; class Main { public...
The running mechanism: You create a java document with .java extension. You run the document through a javac compiler which compiles the code into a...
Little about me: I hold a Ph.D. in Linguistics. Yet, I have a passion not only for natural languages but also programming ones! I started off with...