Think globally, microblog locally
Sat, 20 Mar 2021
I finished my C++ assignment.
I learned how to:
- Reference arrays and variables in functions
- Compare and manipulate array elements in loops
(This was the purpose of the assignment)
- Get user input of a date with with getline
- Convert strings to ints with stoi