+ 1
In java why we can not assign the value second time in a program in this app.
how give the value in this app in java more than one time.
1 ответ
+ 6
Just assign the value another time later on. I have never had troubles with this. There should not be a limit to number of times you can assign values.