what will be the output if:-int a=1..System.out.println(-a) and System.out.print(-(-a))
Answers
Answered by
7
int i = '1' + '2' + '3'; will be the output
Similar questions