What const means:

I think it means that the variable can’t be changed

I think const is short for constant and what it does is that it keeps the same value for a variable throughout the whole time.

Edit: Yaaay, I was write :smiley:

I think const means constant, unable to be changed throughout the script so the variable remains the same.

Const, short for constant, in mathematical terms, this would mean never changing and be a permanent value influence by no outside value.

Const means Constant. What it does is that, if you enter const before any variable type, the assigned value of that particular variable cannot be changed! If you try to change it, it will print an error to the terminal :slight_smile:

I think const stands for constant, I read somewhere that there are 2 types of constants in C++.
I think a constant means that a variable cannot be modified.

Privacy & Terms