Iidisposeinbraincells2pixels.blog·Mar 2, 2021 · 7 min readFundamentals of Programming 4 of nHere 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...00
Iidisposeinbraincells2pixels.blog·Feb 20, 2021 · 10 min readFundamentals of Programming 3 of nHere is where we left off. To compute the profit for each new fruit sold, we copy pasted lines 1 to 6, changes all apples to new fruit sold. Notice a pattern here? Check of the print_message variable. We are not creating a new variable for each new...00
Iidisposeinbraincells2pixels.blog·Feb 13, 2021 · 9 min readFundamentals of Programming 2 of nLet's sell some oranges too! Now that you made tons of money selling apples, you decide to expand your business and want to sell oranges too. Here is where we left off. The easiest way to add Orange profit computation is to copy lines 1 to 9 and p...00
Iidisposeinbraincells2pixels.blog·Feb 4, 2021 · 9 min readFundamentals of Programming 1 of nThis series is for absolute beginners. No assumption is made that you have any programming knowledge. I only ask you to be open to using Repl.it a simple online IDE (integrated Development Environment). I ask you to not be intimidated. Hopefully you...00
Iidisposeinbraincells2pixels.blog·Oct 17, 2020 · 2 min readIntroducing the Hackshops Programmable RobotRecently, I was trying to help a High School student with their AP computer science course. It is unfortunate that the curriculum uses Java as the programming language and the textbook chosen is as dry as it can be. No wonder a large number of High S...00