63313054

Date: 2020-08-08 09:00:33
Score: 5.5
Natty:
Report link

do you have any specific requirement why you need to use char ? if none, better to use string.

For example if you want to print the value of a boolean.

Boolean test = true; test.toString() <--- you can just use the .toString

if the problem requires char. better use the Wrapper Character

Reasons:
  • RegEx Blacklisted phrase (3): do you have any specific
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: rvirayii