Advertisements
Advertisements
प्रश्न
Write down the syntax to perform the following task:
To extract the last character of a word(wd) stored in the variable chr.
एक पंक्ति में उत्तर
उत्तर
char chr = wd.charAt(wd.length() − 1);
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?