J
is 1.
J = J + 1
is a line of code in a program.
The new value would be automatically saved to persistent storage, and when the program was executed again it could access the saved value.
After executing the program twice, the new value of J
is 3.
|
|