Advertisements
Advertisements
Question
Write down the syntax to perform the following task:
To extract the last character of a word(wd) stored in the variable chr.
One Line Answer
Solution
char chr = wd.charAt(wd.length() − 1);
shaalaa.com
Is there an error in this question or solution?