Java “Hello World!”
Hey! Welcome back. Lets learn how to print to the console with Java. 1. Open up NetBeans and click the button that looks like a folder to create a new project environment. 2. Make sure “Java” is selected then hit Read more…
Hey! Welcome back. Lets learn how to print to the console with Java. 1. Open up NetBeans and click the button that looks like a folder to create a new project environment. 2. Make sure “Java” is selected then hit Read more…
Hiya there. Have you always wanted to learn Java but felt intimidated by it? Well, don’t worry! It might not be as simple to write as a language like Python, but it’s not that bad. And once you get the Read more…
For loops are an essential part of any programmers tool belt. They look weird at first but once you know how they work it all makes sense. 1. Open up a new file either in Idle or your favorite text Read more…
Computers are simple creatures. Simple creatures that can be told to do very complex tasks. If you break a problem down far enough you can represent it as a simple series of yes or no questions. If “statement” do “something”, Read more…
The first step on any programmers journey is, of course, to greet the world. However, before you can start typing away, you will need to install Python3. To do this, follow these steps: (I will be describing the installation procedure Read more…