Computer Science, asked by Shrieya, 1 year ago

Write a java statement to print equivalent character of the integer stored in the variable- int NUM.

Answers

Answered by shivaramdhanush
0

Write a java statement to print equivalent character of the integer stored in the variable- int NUM

answer:

char a=num;


amannishad0512p5zxh6: shreyaji pls. explain me
amannishad0512p5zxh6: question well
amannishad0512p5zxh6: to help you
Answered by sanchana33
1

Answer:

System.out.println((char)Num);

Explanation:

this is the correct answer so please mark me brainleast answer

Similar questions