IDNStudy.com, ang platform na nag-uugnay ng mga eksperto at kuryusidad. Ang aming mga eksperto ay nagbibigay ng mabilis at eksaktong sagot upang tulungan kang maunawaan at malutas ang anumang problema.

Operation that gives a value to a variable​

Sagot :

Answer:

The first time a variable is assigned a value, it is said to be initialised. The = symbol is known as the assignment operator. It is also possible to declare a variable and assign it a value in the same line, so instead of int i and then i = 9 you can write int i = 9 all in one go.

Explanation:

BASE ON RESEARCH