Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Show what is printed by the following program segment: String first Abe; String last ToddLincoln; String middle = Q; char myex='Z'; int i, j

image text in transcribed 

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Discrete and Combinatorial Mathematics An Applied Introduction

Authors: Ralph P. Grimaldi

5th edition

201726343, 978-0201726343

More Books

Students also viewed these Programming questions