#30-days-of-code
Read more stories on Hashnode
Articles with this tag
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...