“name.substring(name.length() – 1,name.length())”

Average Rating
0 out of 5 stars. 0 votes.

“name.substring(name.length() – 1,name.length())”

“Assume that name is a variable of type String that has been assigned a value . Write an expression whose value is a String containing the last character of the value of name . So if the value of name were “”Smith”” the expression ‘s value would be “”h””.”