Have you taken a look into the Class Constant? Check out page 109 of the textbook.
A class constant is a variable that is named and is unable to be changed. It’s scope is the whole class, so it can be accessed anywhere within the class.
Don’t forget that they must be declared with the keyword “final”