Jump to content

Help Please Scared :-(

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
JohnSmith

JohnSmith

    Newbie

  • Members
  • PipPip
  • 14 posts
error........
..............
..............

#2
kkelly

kkelly

    Learning Programmer

  • Members
  • PipPipPip
  • 49 posts
Have you gone over Finite State Machines?

#3
Gabriel

Gabriel

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
you know the point might be to to try and figure some other stuff outside of what the teacher has said... I've had that happen to me before. giving me a problem to solve but not being fully equiped. then again I"ve been FULLY equiped and still not understood what I had to get it to do what I wanted.
I'm an angel. I kill firstborns while their mamas watch. I turn cities into salt. I even, when I feel like it, rip the souls from little girls, and from now till kingdom come, the only thing you can count on in your existence is never understanding why.
-
Do you know how you got that dent, in your top lip? Way back, before you were born, I told you a secret, then I put my finger there and I said "Shhhhh!"
-
Quotes taken from The Prophecy (1995)

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Step 1) Can you perform the actions described yourself? For example: can you keep track of drinks present, coins inserted, etc (with pen/paper handy)? Start the problem without even thinking about code, just behaviors.

Step 2) Can you sketch out these behaviors in pseudocode/flowchart form? If doing event-driven programming, make some basic screens.

Step 3) now worry about coding.

From what you've described, you need to slow down and think about the problem from a practical perspective, ignoring code for the moment.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog