Posts by pedro henrique • 3 points
1 post
-
0
votes1
answer382
viewsQ: How to convert integer to a char array or integer array
Scanner key = new Scanner(System.in); int num = key.nextInt(); Assuming one is 100, how to convert one to an array of char where: char[0] == '1' char[1] == '0' char[2] == '0' Or convert to an…
javaasked pedro henrique 3