answersLogoWhite

0


Best Answer

A constant.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Is similar to a variable except it can be assigned a value only once?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is used as placeholder for an assigned value in a computer memory?

Variable


How do you use define in C?

Just type declare then the variable that you desire to assigned a certain constant value on it. Just type declare then the variable that you desire to assigned a certain constant value on it.


What is an expression with one variable?

3x+2 x is a variable. A variable is a symbol (x, y, etc...) that does not have an assigned value.


What is the constant of the variable?

The definition of constant variable is a variable whose value cannot be changed once it has been assigned a value for an experiment. It is the variable held steady, or constant, for a specific experiment.


What is the decimal value of the letter u?

None. A letter has no numerical value unless it represents a variable and a value is assigned to it.


What value is assigned to extern variable?

Default initial value of extern integral type variable is zero otherwise null.


2 plus t7 -1?

And what is the question? - The value of such an expression will depend on the value assigned to the variable, in this case, "t".


Which qualifier is used to declare read-only variable in java?

A variable declared as final can't be modified, once a value is assigned.


Is A value with a decimal portion automatically rounded to a whole number when assigned to an Integer variable?

Yes.


How is solving for a specified variable in a formula similar to finding a solution for an equation or inequality?

With a formula, you know the variable's value, and you have to calculate the value of the function of it. With an equation, you know the function's value, and you have to calculate the value of the variable.


What does open sentence mean?

In math, that refers to an equation which includes a variable. Such an equation may be true, or false, depending on the value assigned to the variable.


What will be assigned to the Integer answer variable when the answer equals 45 Mod 6 statement is processed?

The value assigned to the Integer answer variable will be 3. This is because 45 modulo 6 equals 3, so the value of the statement 45 Mod 6 is 3.