Hi all,
I'm new in programing.I'm trying to assign random numbers which math.random will choose.Each time I run program Math.random must choose either 50,100 or 150
ie: 50*1 for 1, 50*2 for 2, 50*3 for 3. I hope my explanation makes sense.
Thank you!
int width;
width = (int)(Math.random() *3+1);