1 follower
Self-taught professional bit assembler.
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...
Here 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...
Let'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...
This 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...
Recently, 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...
TLDR; I am no Brandon Rohrer and this is not an End-To-End-ML Course . Around the time the Covid-19 lock downs started, I went down to the basement with an order from the boss to clean things up. Like Aladdin discovering the magic lamp, I found th...