Question: Question 1 What will the following code fragment print out? String myString = Welcome; System.out.println(myString.toUppercase() + ! + myString); A. Welcome! WELCOME B. WELCOME! Welcome
Question 1
What will the following code fragment print out?
String myString = "Welcome";
System.out.println(myString.toUppercase() + "! "+ myString);
|
| A. | Welcome! WELCOME |
|
| B. | WELCOME! Welcome |
|
| C. | Welcome! Welcome |
|
| D. | WELCOME! WELCOME |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
