- HSN forum
- → 321's Content
321's Content
There have been 9 items by 321 (Search limited from 20-May 21)
#98375 Computing 2007
Posted by
321
on 23 May 2007 - 02:29 PM
in
Computing
What do you mean 2 new higher papers? Are they laid out differently or something? My teacher hasnt explained anything about the actual paper so Im a wee bit confused... In the 2nd section, iv gathered that you choose 2 questions? How do i go about this? Should i just skim through all the questions and choose one that ill be able to answer most on.. are the sections similar each year?!
Ahh im starting to panick..got 3 exams next week, its so difficult trying to space out the studying.
Ahh im starting to panick..got 3 exams next week, its so difficult trying to space out the studying.

#94115 Coursework 06/07
Posted by
321
on 18 February 2007 - 10:14 PM
in
Computing
Hey thanks a lot!! I've sort of got it working now apart from the whole seat number thing..I'm just not really sure how to store them..
Right so i start the subroutine with:-
Print "please enter seat number"
Input seat_no
but then what do i store that seat number as and how will it be remembered when the next person is asked to enter their seat number?!?
Right so i start the subroutine with:-
Print "please enter seat number"
Input seat_no
but then what do i store that seat number as and how will it be remembered when the next person is asked to enter their seat number?!?
#93456 Coursework 06/07
Posted by
321
on 30 January 2007 - 05:27 PM
in
Computing
Umm well I've set up an array storing 5 IDs. In the subroutine it asks the user to enter their ID and if the ID matches that in the array then it should display id valid. If it doesnt match then it asks user to renenter. I've done the whole thing IF found = 1 then print "id valid!....." IF found = 0 THEN PRINT "ID invalid....." Argh its kinda hard to explain because iv used this method many times but its just not working this time..
The 2nd problem is storing the seat numbers- The program asks the user to enter seat no between 1 and 5 and stores this seat no and when the next person enters the seat no they would like but its already been taken then it should ask them to re select. I know I should use a loop but Im not sure how i should be storing the seat no.
Im using TrueBasic Silver...
Thanks
The 2nd problem is storing the seat numbers- The program asks the user to enter seat no between 1 and 5 and stores this seat no and when the next person enters the seat no they would like but its already been taken then it should ask them to re select. I know I should use a loop but Im not sure how i should be storing the seat no.
Im using TrueBasic Silver...
Thanks

#93453 Coursework 06/07
Posted by
321
on 30 January 2007 - 04:29 PM
in
Computing
Right well I've got my main program working but for some reason when I enter the ID it cant find it and it says ID not valid please re-enter...
Also what am i suppose to be doing to store the seat numbers??
Please help! Iv been stuck on it for over a month now!!
Also what am i suppose to be doing to store the seat numbers??
Please help! Iv been stuck on it for over a month now!!

- HSN forum
- → 321's Content