In this code int i =2; System.out.print(" Run " + i+1 + " "); It prints Run 21 Where I would have expected to print Run 3 Amara 'Now I understand how stupid I am, thanks for everybody's contribution.
A
Amarap
@Amarap
In this code int i =2; System.out.print(" Run " + i+1 + " "); It prints Run 21 Where I would have expected to print Run 3 Amara 'Now I understand how stupid I am, thanks for everybody's contribution.