No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
So from what I can tell you basically want an array with multiple pair of values. How about you try something like this[CODE] int x = 101; int y = 101; int add = 0; public static final int CITYARRAY[][] = new int[x*y][2]; for(int a = 0; a < x; …
I have three classes one which is class User contains information about users name, last area code etc.... and it must implement Comparable but receiving generic parameters. Another one is a custom doubleLinkedList which basically has a link to the right and one to the left and contains a generic …
Well just introducing myself hope to become a very active member of this community. I am a Computer Systems Engineering student barely in my second year, previously a microbiology student and very happy I made the change. I live in Culiacan, Sinaloa, Mexico so I'm sorry if in the future …
The End.
adrianniebla