Computer Science, asked by memeduniya87, 8 months ago

Write a statement for each to perform the following task on a string: (a) Extract the last character of a word stored in the variable wd. (b) Check if the second character of a string str is in lower case.

Answers

Answered by Anu1612
7

Answer:

a)wd.charAt((wd.length())-1);

b)wd=Character.isLowerCase(3);

Explanation:

plz mark as brainliest and if u need explaination plz tell in comments section

Similar questions