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
Math,
2 months ago
Chemistry,
2 months ago
English,
6 months ago
Social Sciences,
11 months ago
Physics,
11 months ago
Political Science,
11 months ago