First time writing a ReadME.md. I'm writing to learn and get used how to add context about the project. In this section, we we're introduce to the foundation of C++.
What I've learn:
- Cout and cin input
- Basic Arithmetic:
- Addition ( + )
- Substraction ( - )
- Multiplication ( * )
- Division ( / )
- Using namespace std (need to understand later)