You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code basically is how to calculate GPA based on the course values and Grades. It has a table that includes a menu of grades for each course. On clicking the Calculate Your GPA button it checks for any empty grade of a course. After validating, it calculates the GPA. Routing, navigation, applying an active class to visited link is also handled
A C++/CPP project that reads an input file containing data of laptops, teaching assisstants and students . After reading the data is stored in arrays. First the students wait in queue to get a laptop. After getting a laptop they wait in queue for TA to ask question. At the end a complete report is generated showing happy and unhappy studnets.
Console based 2048 game in cpp. This 2048 Game is based on a concept of colliding the same two numbers to create a new number with the total sum of the two numbers.