hi, i'm not sure what u want yor program to do. But in these lines where you used 2 for loops , the internal loop is doing really nothing, just assiging the maximum value to x [index].....
hope this will be of some help
for(index=0;index < x.length;index++)
{
for(int i=Min;i<=Max;i++)
{
x[index]=i;
//{
}
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
Offline 70 posts
since Jun 2008