+ 1
Can anyone explain how this method works?
I managed to get my program working with this method at first i tried to + char to 33 but didnt work so i took it away and it worked but i dont really understand how it works without + and without it being initialized . thanks System.out.println((char)33);
2 Answers
+ 2
thanks