
-----------------------------------
cool dude
Sun Oct 29, 2006 8:00 pm

classes and clients
-----------------------------------
i am making a class definition where i define all the characteristics of my object in that class and then make a client where i would just set the parameters and get all the information from my class. that said i am having a small problem. 

basically i'm randomizing 3 numbers and storing that in an array. then when i go to my method and say the following i'm getting a small problem:


	public int getCombination()
	{
		int factor =0;
		for (int i = 0; i 