Welcome to the LEARNING repository! This is a collection of programs and projects across various programming languages as I explore and build my coding skills.
- C++: Fundamental concepts, functions, classes, problem-solving techniques.
- Python: Basics, logical operations, projects, and more to come.
- More to Come! As I learn new languages, they’ll be added here.
Each language has its own folder:
- C++/: Contains C++ programs.
- PYTHON/: Contains Python programs.
- Basic Arithmetic Operations (Addition, Subtraction, Multiplication, Division, Modulus)
- Area and Volume Calculations (Circle, Triangle, Rectangle, Cube, Cylinder, Sphere)
- Prime Number Checker (Using Loops & Class)
- Student Information Management (Using Class & Objects)
- GCD Calculation (Using Functions)
- Temperature Conversion (Fahrenheit to Centigrade & Vice Versa)
- And Many More!
- Simple Calculator
- Random Number Guessing Game
- Multiplication Table Generator
- Prime Number Checker
- Mad Libs Game
- More Projects Coming Soon!
- Clone the repository:
git clone https://github.com/bugOpsX/LEARNING.git
- Navigate to the directory:
cd LEARNING - Choose the language folder, then run the desired program:
- C++: Compile and run with a C++ compiler:
g++ program_name.cpp -o program_name ./program_name
- Python: Run directly with Python:
python program_name.py
- C++: Compile and run with a C++ compiler:
I welcome contributions from the community! Here’s how you can contribute:
-
Fork the Repository Click the Fork button at the top-right corner of this page to create a copy of the repository in your GitHub account.
-
Clone Your Fork
git clone https://github.com/your-username/LEARNING.git -
Create a Branch Create a new branch for your contribution:
git checkout -b feature/your-feature-name
-
Make Your Changes Add new programs, scripts, or improvements. Follow the folder structure (C++/PYTHON). Add comments and make your code clean and readable.
-
Commit Your Changes
git add .
git commit -m "Add your message here"
-
Push to Your Branch
git push origin feature/your-feature-name- Create a Pull Request
Go to your forked repository on GitHub. Click Compare & Pull Request. Provide a description of your changes and submit the PR.
Your contribution will be reviewed and merged if everything looks good! 🎉 Happy Coding! 🚀