9. Unit Converter +GUIToday I realized that coding doesn’t have to be as complicated as I thought. Originally, I planned to write out every possible conversion for my unit converter manually — it would’ve been long and messy. if choice == "weight" if choice1 == "1" ...Aug 28, 2025·2 min read
4. new methodThe code I did on day 3 ended up like this: #include<stdio.h> #define MAX 7 int main(){ int hours[MAX]; //array of int to store up to 7 int sum = 0; printf("==============================================\n"); printf("welcome t...Mar 27, 2025·2 min read
3. sleep time calculator 🛌 pt 2Since last practice didn’t go well, I was very motivated to let go of the code and start a new one, but I decided to stay and complete the code. I can’t level myself up if i can’t even go pass the loops and arrays. First I learned about the below fun...Mar 7, 2025·2 min read
2: average sleep time 💤Day 2 went very bad. I started coding a weekly-average sleep time calculator. The user would input their sleep hour 7 times until the code exits the loop and calculate the average hour, and print it out. But I didn’t know how to use the loop correctl...Mar 6, 2025·1 min read
1. ultra short mbti quiz (C) .*+technically it’s not my first day with C, because I’ve taken a C programming course a month ago. But to be honest, it was a loop of generating the code with AI, then reading through it to “understand,” make some changes, and submitting. I think it’s ...Mar 5, 2025·4 min read
start .*★Hi, I’m a first-year CS student who had a rough start in university, coming in with zero programming experience. I don’t have a clear path in mind yet, but I’ve decided to document my journey as I work towards mastering programming—no matter the lang...Mar 5, 2025·1 min read