Posts

Showing posts from December, 2024

Module7&8 - 338

 I checked my Homework 1, the Jotto assignment, but after a week, I still can't figure out why, once I start the game, it prints one of the answers. I vaguely remember finding the cause when I worked on the assignment, but I left it for debugging so I could get the correct and wrong answers. However, I can't remember where that print statement was located anymore. I realized that one victory is that I'm more confident in coding now, even though it's been a year since I last practiced coding after finishing college, and I’ve taken another programming class. I also learned more about Android Studio, which was something I had never used before.

Module 5 - 338

I worked with Rene, Krithika and Joseph on this assignment. For this assignment , I decided to start well in advance of the due date . I began by reading the prompt before starting the work . When writing the code , I started with the smallest function , as well as the first one required to make the others work . Finally , the last method I implemented was addFromFile . This strategy gave me plenty of time to check for errors . The strategy my classmates used was for all of us to read the prompt before starting. Joseph decided to follow the methods in order, but if a method required another to function, he adjusted the sequence. Krithika began with the easiest method first and focused on the one necessary to make other methods work. Similarly, Rene referred to past discussions to identify the easiest methods to start with. I believe my strategy worked well for this assignment because it was not too complicated. I only struggled with one method because I didn’t fully understand that par...