Fundamentals of Programming 4 of n
Mar 2, 2021 · 7 min read · 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...
Join discussion