Assigning a Numerical Value
Always variable = expression;
A variable of type int exists (number).
number = 4 + 5;
This assigns the value of 9 into number.
Previous slide
Next slide
Back to first slide
View graphic version