What you are doing is going with a wrong for loop initialization. It will be like this:


public class FriendList {

public static void main (String[] args) {

String [] friends =...