Answer:
myString=myString.toUpperCase();
Explanation:
In java to change all characters of a string to upper case we use .toUpperCase() method.It will convert string to upper case.
Implementation in java.
import java.util.*;
class Solution
{
public static void main (String[] args) throws java.lang.Exception
{
try{
Scanner scr=new Scanner(System.in);
System.out.print("Enter a string:");
String myString=scr.nextLine();
myString=myString.toUpperCase();
System.out.println("string in upper case : "+myString);
}catch(Exception ex){
return;}
}
}
Output:
Enter a string:hello
string in upper case : HELLO
Answer:
B) HTML because HTML instructs the browser on how to display text and images in a web page. Recall the last time you created a document with a word processor. Whether you use Microsoft Word or Wordpad, Apple Pages, or another application, your word processor has a main window in which you type text, and a menu or toolbar with multiple options to structure and style that text.
OSHA requires employees to provide any necessary ppe (personal protective equipment) such as gloves or steel toe capped boots
<span>IDE but how old is this text you quote this passage from? Because IDE has had its day, and that day is over. SATA has replaced IDE as the connection of choice for storage (hard drives/SSD's/optical drives). You can't buy anything with IDE connections on the motherboard anymore, although you can still find IDE drives if you look hard enough.</span>
A very useful function in a database software program which arranges data aphabetically is the sort function.
When working with a database you can sort the information in a variety of ways. You can sort both text and numbers is ascending and descending order.