Re: Help with program using multiple functions/variables
by mattyizzo@[EMAIL PROTECTED]
May 7, 2008 at 06:26 PM
Ok, so my problem was that I created a function 'b' in which I
returned the value of b (which in this program, is 'thick' + 'a'.
So instead of using the function within the CF function, I replaced
'b' with 'a+thick'.
My next problem is I have to print out a table of the CI function, the
CF function, and then somehow a table that shows CF-CI (but the
problem here is that CI has 10 values, and CF has 3...