Numbers and Boolean
Numbers are another form of literal although this time you don't use quote marks. There is a very distinct difference between the number 1 and the character "1". The first is a number, the second is a string. The way you were taught numbers in school is how you should treat the number data type. Add them, subtract them and multiply them 'til your heart's content!
This is what a number looks like - 120437289 (just in case you had forgotten :)
The Boolean data type is a source of confusion for some novice programmers but it is a very simple concept. It is one of the fundamental concepts of computing, on and off. Other manifestations of this are "yes/no" and the binary numbers "1/0", the most common however is True and False. False holds the value of 0 and True holds any non-zero value, but usually it's 1.
True (1), False (0)
That's it for primitive data types but remember all three physically hold their values like a container. The information presented here has simply been an introduction. If you are seeking more information, we will be pursuing these data types further in the tutorial on Operators. But before we jump ahead of ourselves let's introduce you to the more complex data types.
| » Level Basic |
|
Added: 2000-10-26 Rating: 8 Votes: 91 |
| » Author |
| Eddie was a Content Editor at Flashkit.com and is actually a sentient Gateway Solo 2150xl notebook that suffers from acute lysdexia and caffeine addiction. He is carried on the shoulders of a semi-autonomous human called "Body". |
| » Download |
| Download the files used in this tutorial. |
| Download (233 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!