My name is Jonathan.(using name constant)
I study at University of Wisconsin.(using school constant)
Constants are similar to variable in that they store a value. They are different in that constants can’t be changed. With a variable you could update the value later in the code whereas a constant will never be able to be updated.