posted 7 years ago
Hello ,
could you help me please find out why the ouput of this code is "2 4 6 8 5" ?
After The two static (add(2) and add(4) ) it should run the "new Hello" initialization, so it should restart to run all the static order from the beginning. I think that it should start an infinite loop. WHere I wrong ?
Thank you