This repository contains tasks completed as part of the Codsoft Internship Program. The tasks demonstrate problem-solving abilities, programming skills, and practical implementations of various concepts in C++.
The repository is organized into directories, each representing a distinct task:
-
Task 1: Number Guessing Game
A fun CLI-based game where the user guesses a randomly generated number within a specified range.- Concepts Used: Random number generation, loops, and conditional statements.
-
Task 3: Grading System
A system that calculates and displays the grade of a student based on input scores.- Concepts Used: Decision-making constructs, input validation, and structured programming.
-
Task 5: Movie Ticket Booking
A console application for booking movie tickets.- Concepts Used: Arrays, user interaction, and data management.
- Well-structured code for easy understanding and modification.
- Practical applications of basic programming concepts in C++.
- Real-world scenarios implemented in a simplified manner.
- Programming Language: C++
- Development Environment: Any standard C++ compiler (e.g., GCC, Visual Studio)
- Clone the repository:
git clone https://github.com/voltvirtuoso/Codsoft-Internship-Tasks.git
- Navigate to the desired task folder.
- Compile and run the C++ file using any compiler:
g++ <file_name>.cpp -o <output_name> ./<output_name>
Contributions are welcome! Here's how you can contribute:
- Fork this repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request with a detailed description of your changes.
For questions or suggestions, feel free to reach out:
- GitHub: voltvirtuoso
- LinkedIn: Haroon Raza