Tuesday, October 25, 2016

Arrays are storage boxes! If it says [5]; then it's declaring a 5 slot array. If it says [ ]={2,5,7,1,0}; than it declares and initializes the slots.

Wednesday, October 19, 2016

Claude Money

The center of the picture has a light brown bridge. There are four separately disputed brown poles that go up the bridge in a vertical position. One brown pole (same texture and appearance as the other poles and the actually bridge floor) runs horizontally through the middle of the bridge. Adding up the horizontal poles make three). The back half of the painting, behind the bridge, is tall grass and trees that makeup and complete the top half. It's almost completely green. The bottom half consists of a small creek. The water reflects the tall grass in trees, and holds several and large areas of flower petals that are light pink.

Tuesday, October 18, 2016

Image result for loop coding in java
This is a picture example of a loop in Java.^^

Image result for loop coding in C#
This is a picture example of a loop in C#.^^
Image result for loop coding in python
This is a picture example of a loop in Python.^^

Thursday, October 13, 2016

ASCII



ASCII stands for American Standard Code for Information Interchange. ASCII is used in computing for words and letters as the computers can only read numbers. EBCDIC is another popular code system used for letters and characters. EBCDIC was created for bigger and greater operating systems.

Realtime and turn based games

Real time strategy games are like league of legends, starcraft, or dota 2. They are games that take time and slow strategy processes. While turn base game are very similar with the strategy used slowly over time, but players take turns.