Computer Science, asked by rajdeep3743, 4 months ago

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 Itzabhi001
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