Closed amichai-bd closed 2 years ago
int -> char[] // 73 -> '7','3' char[] -> int // '6','7' -> 67
1) cast int -> char[] so we can print it. 2) test char[] operation such as concatination, split, remove letter, from middle of array, add letter to middle of array
int -> char[] // 73 -> '7','3' char[] -> int // '6','7' -> 67