Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature: SGPA to CGPA Conversion
The SGPA to CGPA Converter is a user-friendly application that allows users to convert their Semester Grade Point Average (SGPA) to Cumulative Grade Point Average (CGPA). It offers the following features:
Fixes #2064
Easy-to-use interface: The application provides a simple and intuitive user interface, allowing users to input their SGPA values and calculate the corresponding CGPA.
Multiple semesters support: Users can enter the total number of semesters and input the SGPA values for each semester. The application dynamically adjusts the interface to accommodate the specified number of semesters.
CGPA calculation: Once the SGPA values are provided, the application calculates the CGPA by summing up the SGPA values and dividing them by the total number of semesters.
Reset functionality: Users have the option to reset the inputs and results, allowing them to start fresh and perform new calculations.
The SGPA to CGPA Converter simplifies the process of converting SGPA to CGPA, providing students with a convenient tool to assess their academic performance and track their overall progress throughout their academic journey.