Hey guys I have a quick question. I am reading from a file and setting values based on what I read from the file.
My question is: If I wanted to declare one of the retrieved values from the file as a constant how would i do that?
Edit: Say that value is an "int" for simplicity.