Fundamentals of Programming 4 of n
Here is where we left off
We created a program to compute the profit (or loss) we incur selling various fruits. We separated the data our program uses from the operations it performs. The data is captured in an array of arrays (lines 1 - 6). The ope...
braincells2pixels.blog7 min read