(This is using java)

Write a program segment that uses the 3 variables listed below and outputs which variable refers to the word that would come first in the dictionary.

String word1;
String word2;
String word3;



Answer :

Other Questions