a) What should you put inside the parentheses to assign 's' to letter? b) What should you put inside the parentheses to assign the last character of name to the variable letter, regardless of the String contained in name?

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 19RQ
icon
Related questions
Question
How do you do this? JAVA
22)I have declared
String name = “Chris";
char letter = name.charAt( );
a) What should you put inside the parentheses to assign 's' to letter?
b) What should you put inside the parentheses to assign the last
character of name to the variable letter, regardless of the String
contained in name?
Transcribed Image Text:22)I have declared String name = “Chris"; char letter = name.charAt( ); a) What should you put inside the parentheses to assign 's' to letter? b) What should you put inside the parentheses to assign the last character of name to the variable letter, regardless of the String contained in name?
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Methods of StringBuilder class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT