Welcome to Michael Joseph James' Portfolio

Data Type Basic

Every programming language includes the ability to save variables.

What is a variable you might ask?

A variable is the ability to store, recall and manipulate data within a program or process. Once data has been defined it can quickly be recalled and change to meet the users needs.

What date types are available to programmers?

Programmers have the ability to save Numbers, Strings(words), Booleon (yes/no) and Arrays (a collection of variables)

Examples of using variables in programming

Please enter you name in the text box.
Afterwards please click submit.