Java Character isISOControl Method

# Introduction A character is an ISO control character if its code lies in the range of `'\u000'` through `'\u001F'` or in the range of `'\u007F'` through `'\u009F'`.

|60 : 00

Click the virtual machine below to start practicing