DO LOOPS Up until this point if we wanted to print out a variable, or do a calculation we would need to write it over…
Chapter 3 of Fundamentals of Programming
Read More
DO LOOPS Up until this point if we wanted to print out a variable, or do a calculation we would need to write it over…
Input/Output Every language has an input and an output command, or commands. You take input from the keyboard or from a file and you can…
Algorithms An algorithm is a basic idea of a program before any code is actually written. There are a few ways in which this can…
For most programming and scripting languages the concepts are all the same. The only thing that changes drastically is the syntax of the language. Some…
PHP stands for Hypertext Preprocessor. It is a common server side scripting language used for web development. All PHP code is ran on the server…