#100DaysOfCode days5,6,and7:
day5: built a terribly made digits separator in C++
day6: worked on my Rock Paper Scissors fighting game in C++. Finished the user and computer options section
day7: currently learning the javascript portion of freeCodeCamp!
IT'S EXHILARATING!!!
#100DaysOfCode day4: I finished the CSS flexbox portion of @freeCodeCamp. I wasn't very motivated to code today, but forming good habits and persistence are a couples keys to success
#100daysofcode day3: worked on the navbar for my portfolio. I'm having a hard, but fun time figuring out how I want it to look and function. Does anyone know where I can get some good inspiration for an interactive navbar?
@RaymondGyabeng @_30days30sites I remembered as soon as I sent tweet. To include a library it would be something like: #include <iostream> right? And I would use std::cout as well
#100DaysOfCode day2
Int main () {
Cout << "C++ is fun!" << endl;
Cout << "Worked on the RPS-RPG project. And worked on some css for my portfolio site." << endl;
Return 0;
}