+ 5
Why is it printing 0 0?
3 Respostas
+ 3
Thanks ~ swim ~ 😊
+ 2
Because by default variable values is zero means it doesn't give any garbage value it is only in java if it is c++ then it gives garbage value
+ 1
you would need to do this.a = a; and this.b = b;