NO

Author Topic: traffic signals using stacks/ arrays  (Read 2745 times)

shiva

  • Guest
traffic signals using stacks/ arrays
« on: May 22, 2012, 05:25:54 PM »
hi there... 

how to implement  code for traffic signals using stacks/ arrays
« Last Edit: May 22, 2012, 07:04:17 PM by shiva »

CommonTater

  • Guest
Re: code for traffic signals using stacks/ arrays
« Reply #1 on: May 22, 2012, 05:40:48 PM »
Ok, this sounds suspiciously like a homework question. 

The whole point of homework is that you learn by figuring it out for yourself...
If someone gives you the answer, you don't learn anything.

So... do the steps... THINK about the problem until you understand it well enough to DESCRIBE it in point form. Then PLAN your solution deciding what functions, variables, etc. you need so you can WRITE your code.

If you run into troble with your code, post it here and we'll see what we can do.