0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
Just in case your still having issues I changed your code a little, but I think your on the right track....just stay with it... import java.util.Scanner; public class Geneology { private String[] family; private String[][] titles; private int size; private int sizeNo; private Scanner input = new Scanner(System.in); public void …
The End.
Steve_O