class Test2 { public static void main( ) { char ch = 'c'; int num = 88; ch =num ; System.out.println(ch); } }
Determine the output
Answers
Answered by
1
Answer:
X(capital)
Explanation:
the statement ch = num converts 88 to a character which is X (see ASCII table)
Similar questions
English,
5 months ago
Computer Science,
5 months ago
Political Science,
5 months ago
Math,
11 months ago
India Languages,
11 months ago
Math,
1 year ago
Physics,
1 year ago
Math,
1 year ago