My issue
cannot run the program
My code
import java.util.*;
class Codechef
{
public static void main (String[] args)
{
String[] names = {"Alice", "Bob", "Charlie", "Daya", "Elexir", "Fan"};
// Update the code below this line
String thirdname = names[2];
String fifthname = names[4];
}
}
Learning course: DSA using Java
Problem Link: CodeChef: Practical coding for everyone