Computer Science, asked by minhokithiccthighs, 4 months ago

Consider the following String array and give the output :
String arr[] = (“COVID”, “CORONA”, “LOCKDOWN”, “VACCINE”);
System.out.println(arr[0].length() > arr[3].length());
System.out.println(arr[3].substring(0,3));

Answers

Answered by Oggyandchockroches
0

Answer:

go to this channel and subscribe the channel

Attachments:
Similar questions