Re: Random variable order.
Which part of this are you having trouble with? Check out the Math.random() method and the Random class api. Create an SSCCE that demonstrates exactly what you've tried and where you're stuck, and we'll go from there.
Re: Random variable order.
I am a beginer and what i am makeing is a consol app(for now). And what is Math.random()?
Re: Random variable order.
The API is your best friend: Java Platform SE 6
Re: Random variable order.
I am not asking for help with the programming. Just the logic. All I need is help with the random variable print order. I have the random method setup and the array also
Re: Random variable order.
Quote:
Originally Posted by
Alex555
I am not asking for help with the programming. Just the logic. All I need is help with the random variable print order. I have the random method setup and the array also
Which part of this are you having trouble with? Check out the Math.random() method and the Random class api. Create an SSCCE that demonstrates exactly what you've tried and where you're stuck, and we'll go from there.