There is an int variable "a" assigned 10.
When the program runs it should be updated to 20 and use 20 there after the program executes.
Is there a way i can update the variable value and use the updated value in the next executions of the program.
There is an int variable "a" assigned 10.
When the program runs it should be updated to 20 and use 20 there after the program executes.
Is there a way i can update the variable value and use the updated value in the next executions of the program.