Re: break the loop in one object and then return

2006-06-27 Thread Petr Jakes
Alex Pavluck wrote: Peter, Why do you make such claims without any reason to do so? This is my own thing. So, I guess I am a student but just a student of my own accord. So, please don't reply if you don't have anything to contribute. First: This is not YOUR OWN THING. This group really

break the loop in one object and then return

2006-06-26 Thread Alex Pavluck
I am trying to write the following code to block up evaluation and prompting for entering new information. However, when I break the loop in one object and then return it does not start at the beginning again but rather at the point where it exited. Can someone look at the following code and

Re: break the loop in one object and then return

2006-06-26 Thread Simon Forman
Alex Pavluck wrote: I am trying to write the following code to block up evaluation and prompting for entering new information. However, when I break the loop in one object and then return it does not start at the beginning again but rather at the point where it exited. Can someone look at

Re: break the loop in one object and then return

2006-06-26 Thread Juho Schultz
Alex Pavluck wrote: I am trying to write the following code to block up evaluation and prompting for entering new information. However, when I break the loop in one object and then return it does not start at the beginning again but rather at the point where it exited. Can someone look at

Re: break the loop in one object and then return

2006-06-26 Thread Petr Jakes
It smells like many student are trying to do their homework last few days here ... Can we now the name of your school? :) AFAIK this group does not solve homeworks here :) Just few points: at the beginning try to test the input value you can use in range or using 0 yournum 101 you should

Re: break the loop in one object and then return

2006-06-26 Thread Alex Pavluck
Peter, Why do you make such claims without any reason to do so? This is my own thing. So, I guess I am a student but just a student of my own accord. So, please don't reply if you don't have anything to contribute. As for the - mynum I guess that could happen but I am just doing this so that