class Main {public static void main(String[] args) {String[] words = { "Sanjay", "Jayadev", "On", "Sookshmas" };for(int i = 0; i 3; ++i) {for (int j = i + 1; j 4; ++j) {if (words[i].compareTo(words[j]) 0) {String temp = words[i];words[i] = words[j];words[j] = temp;}}}for(int i = 0; i 4; i++) {System.out.println(words[i]);}}}
int main(){int Cr=7, Leo=30;if(!(!CR) && CR)printf("%d",CR);elseprintf("%d",LEO);}