Suppose we have a String object called myString. Write a single line of Java code that will output myString in such a way that all of its characters are uppercase.

What will be an ideal response?

```
System.out.println(myString.toUpperCase());
```

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a Windows 10 Ease of Access app?

A) Smart Lookup B) Magnifier C) Narrator D) On-Screen Keyboard

Computer Science & Information Technology

The command line to begin the Active Directory installation wizard is _____________

a. adwizard.exe b. dcpromo.exe c. adinstall.exe d. None of the above.

Computer Science & Information Technology