Computer Science, asked by kunjika158, 3 months ago

How can you assign values to multiple variables?Explain with
the help of example.​

Answers

Answered by Anonymous
10

You can assign the same value to multiple variables by using = consecutively. This is useful, for example, when initializing multiple variables to the same value. It is also possible to assign another value into one after assigning the same value.

Hope this helps

Mark me as brainliest and follow me

Answered by Anonymous
2

ANSWER ⤵️

You can assign the same value to multiple variables by using = consecutively. This is useful, for example, when initializing multiple variables to the same value. It is also possible to assign another value into one after assigning the same value.

Similar questions