198
edits
Changes
→Integer Variables
==== Integer Variables====
:Integer variables are used to store a integer numbers that can be used for mathematical operations (discussed in the next section). Integers do NOT contain decimals, and they can have be signed (+ or -) or unsigned. This section will show you how to store integers in a variable, perform some simple math operations, and display the integer value or results from mathematical operations.
:'''Perform the following steps:'''