Welcome to the Programming 1 Exercise repository!
This repository contains a collection of C++ exercises designed to help beginners practice and improve their programming skills. Each exercise covers fundamental concepts in C++ such as variables, control structures, functions, arrays, and more.
- Each folder or file in this repository represents a separate exercise.
- Exercises are aimed at reinforcing key programming concepts for first-year students.
- Clone this repository:
git clone https://github.com/Nguyen-Lam-Minh-Hoa/Programming-1-Exercise-C-.git - Open each exercise in your preferred C++ IDE or editor.
- Read the instructions and complete the code as required.
- Compile and run your code to test your solutions.
- Basic knowledge of C++ programming.
- A C++ compiler (such as GCC, Clang, or MSVC).
- An IDE or text editor (such as Visual Studio Code, CLion, or Code::Blocks).
Contributions are welcome! If you have suggestions or want to add new exercises, feel free to fork the repository and submit a pull request.
This project is licensed under the MPL-2.0 License.
Happy coding!