Question: Consider the following code segment: String str = I am ; str + = 1 0 + 3 ; String age = years old;
Consider the following code segment:
String str "I am;
str ;
String age "years old";
System.out.printlnstr age;
What is printed as a result of executing the code segment?
Consider the following code segment:
String str "I am;
str ;
String age "years old";
System.out.printlnstr age;
What is printed as a result of executing the code segment?
I am years old
I am years old
I amyears old
years oldI am
I amyears old
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
