1.there are six cabins ( from a - f ) ;
2. i need program to ask in which cabin is sitting mike.
mike is sitting anywhere, in cabins from a - f ;
3. the starting sequence is like this ( A B C D E F ) ;
4 IF THE The sequence change operation ( 3, 6 ) will be made : A, B, F, E,
D, C. cabins will appear like this ;
4. after another sequence change operation ( 2,4 ) : A, E, F, B, D, C;
4 and i need program to ask what sequence operation should be made . for example starting position is : A B C D E ;
ask for sequence operation : for example ( 1 , 3 )
and the position will be ( C B A D E ) ;
5. and print out all the sequences...
No need to crosspost. If you post the code you have so far on the other thread in the Beginner forum someone should be able to help you out with whatever you're stuck with.