Question
Show what is printed by the following program segment: String first Abe; String last ToddLincoln; String middle = Q; char myex='Z'; int i, j
Show what is printed by the following program segment: String first "Abe"; String last "ToddLincoln"; String middle = "Q"; char myex='Z'; int i, j i last.length(); boolean b= (last.compareTo("Twain") < 0); System.out.println(i+*+b); i=first.indexOf("odd"); J=last.lastIndexOf('o', 7); System.out.println(i++); first "Mary++ last.substring(0,4); last=" last last.concat("Lincoln"); System.out.println(first+*+ middle +*+ last); StringBuilder str = new StringBuilder(first); str.delete(0,2); str.insert(0,"Har"); System.out.println(str +*+ first); charl mystr last.toCharArray(); mystr[6] = myex; mystr[1] += 2; middle= String.valueOf(mystr); System.out.println(middle):
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Discrete and Combinatorial Mathematics An Applied Introduction
Authors: Ralph P. Grimaldi
5th edition
201726343, 978-0201726343
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App