SyntaxFix
Write A Post
Hire A Developer
Questions
int i = 7; char number = Integer.toString(i).charAt(0); System.out.println(number);