Also, when I create an array, in Java, I can set every element to what I want it to be: arr={2,3,3,4,5} or some thing like that. I don't know if its possible in BASIC, though. for now, I just set them seperately arr[0]=2 arr[1]=3 arr[2]=3 arr[3]=4 arr[4]=5 I also need to better understand booleans, and I don't know about while loops or if do while loops exist