Computer Science, asked by subhadeepmondal535, 5 months ago

The value that is given as an input to the variable is known as _________.

Answers

Answered by flirtaev
2

Answer:

the value stored in a variable can be changed during program execution. A variable is only a name given to a memory location, all the operations done on the variable effects that memory location. In Java, all the variables must be declared before use.

Explanation:

hope it helps,

Answered by Devathaa
3

Input Variables.

Input variables are named to start with $$ and are given values if their names are sent with the HTTP request. They have a special name because it is important to know which are the input variables. ... If the actual string value of the variable is suitable for your uses, you should use it.

Similar questions