Skip to content

voltvirtuoso/Codsoft-Internship-Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Codsoft Internship Tasks 🎯

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++.


πŸ“ Repository Overview

The repository is organized into directories, each representing a distinct task:

  1. 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.
  2. 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.
  3. Task 5: Movie Ticket Booking
    A console application for booking movie tickets.

    • Concepts Used: Arrays, user interaction, and data management.

πŸš€ Features

  • Well-structured code for easy understanding and modification.
  • Practical applications of basic programming concepts in C++.
  • Real-world scenarios implemented in a simplified manner.

πŸ› οΈ Technologies Used

  • Programming Language: C++
  • Development Environment: Any standard C++ compiler (e.g., GCC, Visual Studio)

πŸ“ˆ Usage Instructions

  1. Clone the repository:
    git clone https://github.com/voltvirtuoso/Codsoft-Internship-Tasks.git
  2. Navigate to the desired task folder.
  3. Compile and run the C++ file using any compiler:
    g++ <file_name>.cpp -o <output_name>
    ./<output_name>

🀝 Contribution Guidelines

Contributions are welcome! Here's how you can contribute:

  1. Fork this repository.
  2. Create a new branch for your feature or bug fix.
  3. Submit a pull request with a detailed description of your changes.

πŸ“« Contact

For questions or suggestions, feel free to reach out:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages