What does the following code fragment print?
system.out.println(Character.isDigit ('#'));
system.out.println(Character.isWhitespace('\t'));
system.out.println(Character.toLowerCase ('B'));
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.