Projects on C++ Programming Internship
Task 2 - Simple Calculator : Develop a calculator program that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. Allow the user to input two numbers and choose an operation to perform.
Task 4 - Student Grading System : Create a program that manages student grades. Allow the user to input student names and their corresponding grades.Calculate the average grade and display it along with the highest and lowest grades
Task 5 - Word Count : Develop a program that counts the number of words in a given text file. Prompt the user to enter the file name and display the total word count.