1. Assignment variables input Programing
Answers
Answered by
0
In order to change the data value stored in a variable , you use an operation called assignment. This causes the value to be copied into a memory location , overwriting what was in there before. Different values may be assigned to a variable at different times during the execution of a program.
Similar questions