PPT Slide
New statement (or command):
Assignment to a variable.
int timeOfDay = 3;
// timeOfDay
timeOfDay= 1200;
// timeOfDay
timeOfDay= 3 + timeOfDay + 2;
// timeOfDay
3
1200
1205
Previous slide
Next slide
Back to first slide
View graphic version