Task 1 -> Number Guessing Game Created a game in which the user has to guess the number if the number is correct then the user will win the game. Otherwise the compiler will tell the user whether to choose greater or smaller number to win the game. Limited chances are provided. Compiler is generating a random number by its own and want the user to guess that number.
Task 2 -> Simple Calculator Created a calculator to perform simple operations such as addition(+), subtraction(-), division(/), multiplication(*).
Task 3 -> Student Grading System Created a grading system that takes the record of the students and display us the summary of the grades of students, highest grades, lowest grades and the average grades of student.