Saturday, January 28, 2012

Break, Continue, Scope, and Enum

On Wednesday's lecture we talked about the break and continue statements. Watch the video below if you want a refresher.

break and continue




We also talked about scope. The video below explains what 'scope' means.

variables' scope




On Monday's lecture we will talk about one more Java language feature, the enum. It is explained in the video below.

enum


No comments: