so last time we covered how to use if statements and with just that alone you can now a lot of stuff with your programming but it’ll take quite a bit more time on the keyboard then you might like! And worse then that sometime you don’t know exactly how many times your code isContinue reading “The Circle Of Loops”
Category Archives: Uncategorized
If We Can Just Figure “if” Out
Now we can learn some more basic stuff and soon be doing some real coding. Today we’ll start of with the if statement luckily it’s pretty simple. If statements are boolean based, and basically go if this is true then do this stuff. For example if (phoneRings) { //commands for answering phone } Luckily youContinue reading “If We Can Just Figure “if” Out”
A Primitive Start To Java
Now that we’ve covered the default “Hello World” introduction to computer programming we can began to learn the basics of Java, so we’ll start with primitive data types. Primitive Data types are like “nouns” for the language of Java, what i mean by that is that in order for an action to be made somethingContinue reading “A Primitive Start To Java”
Java Introduction
A journey of a thousand miles begins with a single step. — Lao Tzu I’m assuming you know that Java is a programming languages so we’ll start from there. There are different types of programming languages, every thing from just using different combinations of 1’s and 0’s in different patterns to clicking and dragging picturesContinue reading “Java Introduction”
Discovering the Art of Code
My life completely changed a little more then 2 years, due to continues epileptic seizures I had a brain tumor removed, and from that my life became a new. I still retain my same interests, cares, fascinations and general understandings as before but my acute understandings of certain things where impaired. So i choose toContinue reading “Discovering the Art of Code”