100 Days of Code Day 83
on August 18, 2025
at 12:16 pm
Today’s exercise was Kindergarten Garden. In this one kids have plants lined up in two rows. Two per student in each row ordered by student name alphabetically. Given a student’s name return their plants. I spent way too much time trying to make pretty LINQ, but in the end I think I like my LINQ more than the community solutions LINQ.
For the BASIC interpreter, I thought I would take it easy on myself and just put in GOSUB. Well it still took way too long and wasn’t easier. I also tidied up the program listings so they more closely match the source material. For some reason I had two places I handle the list command and only one gets called. The sample image shows they you can GOSUB several layers deep and it still returns properly.
