Question: String Usage In the following problems, assume the following string declarations and initialization have first been done: String 51= Today is Friday; string s2 ;

String Usage\ In the following problems, assume the following string declarations and initialization have first been done:\ String

51=

"Today is Friday";\ string

s2

;\ s2 = scnr.next();\ //make no assumption about what is input above.\ Question 11 (5 points)\ Assuming the variable declarations above, what is output by the following lines:\ System.out.print("" + s1.charAt (4) + s1.charAt (13));\ system.out.print("" + s1.charAt(s1.length() - 1) + "!");

 String Usage\ In the following problems, assume the following string declarations

In the following problems, assume the following string declarations and initialization have first been done: String 51= "Today is Friday"; string s2; s2 = scnr. next (); //make no assumption about what is input above. Question 11 (5 points) Assuming the variable declarations above, what is output by the following lines: System.out.print(""+s1.charAt(4)+s1charAt(13));System.out.print(""++-1charAt(s1length()1)+"!")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!