[email protected] wrote:
HI,

I just realized that I shouldn't enclose my project in an attachment.

This is my first attempt to string together py-code. Is this correct? And how would a pro word this? It seems like an awful lot of code for such a small task.

I think we should start with the fundamental algorithm which I believe is:

set the starting principal and tuition
set the interest rates
each year:
 increase the principal by its interest
 increase the tuition by its interest
 if principle > tuition
   increment student count
   decrement principal

Is this correct?



--
Bob Gailer
Chapel Hill NC
919-636-4239
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to