What will be the output of the following program segment
int a=109 ;
a ++ ;
char ch = (char) (a+9) ;
System.out.println (ch) ;
System.out.println (a) ;
Answers
Answered by
3
Explanation:
What will be the output of the following program segment
int a=109 ;
a ++ ;
char ch = (char) (a+9) ;
System.out.println (ch) ;
System.out.println (a) ;
Similar questions
Math,
2 months ago
Chemistry,
2 months ago
English,
4 months ago
Social Sciences,
9 months ago
Physics,
9 months ago
Political Science,
9 months ago