OUR BLOG
Thanksgiving
What are you thankful for? Thanksgiving can mean different things to everyone. It can be about being thankful for someone, it can be about the food that your family makes, or maybe even the people that you see and are connected with. Here is a video asking our fellow...
Thanksgiving 2022
Thanksgiving is a special time of year when we all step back to count our blessings: good food, good friends, loving family. It's a time when we give thanks for all we have. Happy Thanksgiving!
Return to Sanity – Codewars
Today I completed the "Return to Sanity" kata on Codewars!
Parse int from char problem – Codewars
Today I completed the "Parse int from char problem" kata on Codewars!
Counting Sheep – Codewars
Today I completed the "Counting sheep" kata on Codewars! I began by creating a variable and a for loop to count "sheep" in an array(Trues). However, I also had to account for None values and code the loop to ignore them. Here is the final program!
X’s and O’s – Codewars
Today I completed the "Xs and Os" kata on Codewars! I began by initializing the variables. Then I created a for loop that counts the x's and o's and ignores the other characters. Finally, it outputs whether there is an equal amount of each. This is the final code I...
Recent Comments