Constants
If data doesn�t change throughout program, use constant
Helpful to name this valuefinal int CS100_STUDENTS = 78;final double PI = 3.14159;
Use uppercase to distinguish from variables, whose values do change throughout the program
Previous slide
Next slide
Back to first slide
View graphic version