Tapety na pulpit
Inviato: 22/12/2010, 16:59
<a href=http://darmowetapety24.blogspot.com>Tapety na pulpit</a>
in TURING LANGUAGE. var i : int var number : array 0 .. of int for counter1 : 0 .. 9 randint (i, 0, 9) put i : 2 .. end for so far this is what i have done. the ten numbers apear on the outputscreen but they must not repeat . i dont know how to do this part wat should i do a little coding will help: den a number is subsequently entered by the user causing the first N numbers in the list to be reversed . example if 6 is chosen the order of the first six numbers is reversed example random numbers: 1 5 8 3 4 9 7 6 2 the first 6 numbers are reversed 9 4 3 8 5 1 7 6 2
in TURING LANGUAGE. var i : int var number : array 0 .. of int for counter1 : 0 .. 9 randint (i, 0, 9) put i : 2 .. end for so far this is what i have done. the ten numbers apear on the outputscreen but they must not repeat . i dont know how to do this part wat should i do a little coding will help: den a number is subsequently entered by the user causing the first N numbers in the list to be reversed . example if 6 is chosen the order of the first six numbers is reversed example random numbers: 1 5 8 3 4 9 7 6 2 the first 6 numbers are reversed 9 4 3 8 5 1 7 6 2