Re: [Tutor] How to end this program

2014-08-20 Thread Joel Goldstick
On Wed, Aug 20, 2014 at 2:40 PM, Joel Goldstick wrote: > On Wed, Aug 20, 2014 at 2:34 PM, Joel Goldstick > wrote: >> On Wed, Aug 20, 2014 at 7:00 AM, abid saied wrote: >>> >>> # OK, I'm stuck on setting up an instruction that ends the program once >>> you >>> # say either 'yes' or 'no'.

Re: [Tutor] How to end this program

2014-08-20 Thread Joel Goldstick
On Wed, Aug 20, 2014 at 2:34 PM, Joel Goldstick wrote: > On Wed, Aug 20, 2014 at 7:00 AM, abid saied wrote: >> >> # OK, I'm stuck on setting up an instruction that ends the program once >> you >> # say either 'yes' or 'no'. And if you don't say 'yes' or 'no', and you >> reach >> # t

Re: [Tutor] How to end this program

2014-08-20 Thread Joel Goldstick
On Wed, Aug 20, 2014 at 7:00 AM, abid saied wrote: > > # OK, I'm stuck on setting up an instruction that ends the program once > you > # say either 'yes' or 'no'. And if you don't say 'yes' or 'no', and you > reach > # the end, the program comes to an end. Please remember I'm a newbi

[Tutor] How to end this program

2014-08-20 Thread abid saied
# OK, I'm stuck on setting up an instruction that ends the program once you # say either 'yes' or 'no'. And if you don't say 'yes' or 'no', and you reach # the end, the program comes to an end. Please remember I'm a newbie and would # appreciate any advise in plain simple