Problem Statement - Return data type of isLetter
State the data type and the value of y after the following is executed :
char x = '7'; y = Character.isLetter(x);
Solution
sunmitra| Created: 22-Mar-2018 | Updated: 16-Apr-2019|ICSE2015
State the data type and the value of y after the following is executed :
char x = '7'; y = Character.isLetter(x);
sunmitra| Created: 22-Mar-2018 | Updated: 16-Apr-2019|ICSE2015