+ 3
How to convert any number to caracter
18th Nov 2020, 4:42 AM
HAMYD KHADDA

2 Answers
+ 9
int i = 0;
char b = (char) i;
Or,
b= Character.forDigit(i, 10);
18th Nov 2020, 4:59 AM
0_O-[MĂ€gĂĄr_SĂĄm_ĂkĂ _NĂŒllpÞïntĂȘr_ĂxĂ«cĂ©ptïön]~~
![0_O-[MĂ€gĂĄr_SĂĄm_ĂkĂ _NĂŒllpÞïntĂȘr_ĂxĂ«cĂ©ptïön]~~ - avatar](https://blob.sololearn.com/avatars/43b6f011-92b0-4c6a-b525-2ca9ad75c809.jpg)
Often have questions like this?
Learn more efficiently, for free:
Hot today
Loops and conditions
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
Any coding competitions?
1 Votes
Rise of AI
1 Votes
Need a personal tutor
0 Votes
Community and feed option
0 Votes