News

The first non-trivial Java program I ever wrote was a number guessing game, and it gave me a good idea of how variables, loops and conditional statements work. I want to show you how to do the same.
you now have a good idea of how to learn Java. You can even write some simple code yourself: using variables and conditional statements, you can actually get Java to do some interesting things ...