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
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
Science,
4 months ago
Math,
4 months ago
Social Sciences,
4 months ago
Math,
8 months ago
English,
8 months ago
Computer Science,
1 year ago