Skip to content

Anikeshroy/CodSoft-Task

Repository files navigation

Codsoft Virtual Internship - C++ Tasks 🖥️

This repository contains the completed tasks for the virtual internship in C++ from Codsoft. The internship involved working on four distinct tasks to enhance skills in C++ programming and software development. Each task is organized in its respective directory, and the completed code is documented for clarity.

SNo Task Link
01 NUMBER GUESSING GAME View Code
02 SIMPLE CALCULATOR View Code
03 STUDENT GRADING SYSTEM View Code
04 WORD COUNT View Code
05 MOVIE TICKET BOOKING SYSTEM Link

Task 1: Number Guessing Game

  • Output Sample:
Enter your Guess between (1-100): 64
Your guess is too high, guess lower!
Enter your Guess between (1-100): 46
Your guess is too high, guess lower!
Enter your Guess between (1-100): 35
Your guess is too low, guess higher!
Enter your Guess between (1-100): 40
Your guess is too low, guess higher!
Enter your Guess between (1-100): 43
You have guessed correctly!

Task 2: Simple Calculator

  • Output Sample:
Enter First Number: 86
Enter Second Number: 33
Choose Operator (+, -, *, /): +
Result: 119
Do you want to perform another calculation? (y/n): y
Enter First Number: 43
Enter Second Number: 24
Choose Operator (+, -, *, /): -
Result: 19
Do you want to perform another calculation? (y/n): y
Enter First Number: 9
Enter Second Number: 2.5
Choose Operator (+, -, *, /): /
Result: 3.6
Do you want to perform another calculation? (y/n): y
Enter First Number: 43
Enter Second Number: 2
Choose Operator (+, -, *, /): *
Result: 86
Do you want to perform another calculation? (y/n): n
Exiting the calculator program.

Task 3: Student Grading System

  • Output Sample:
Enter the number of students: 4
Enter name for student 1: Anikesh
Enter grade for student 1: 85
Enter name for student 2: Parvin
Enter grade for student 2: 75
Enter name for student 3: Rahul
Enter grade for student 3: 92
Enter name for student 4: Gopal
Enter grade for student 4: 72

Average Grade: 81
Highest Grade: 92
Lowest Grade: 72

Task 4: Word Count

  • Output Sample:
Enter the Name of File : CodSoft.txt
Total Word = 94

About

Virtual Iinternship in CPP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published