Write a java statement to print equivalent character of the integer stored in the variable- int NUM.
Answers
Answered by
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
Answered by
1
Answer:
System.out.println((char)Num);
Explanation:
this is the correct answer so please mark me brainleast answer
Similar questions