Examples
int iCounter;
int iNumStudents = 583;
float fGPA;
float fBatAvg = .406;
char chGender;
char chGender = ‘f’;
boolean bSafe;
boolean bEmpty = true;
String strPersonName
= “Fred”;
String strStreetName;
Previous slide
Next slide
Back to first slide
View graphic version