This is an improved version v1.0
This program will help you find student GPA
Have a look at Program.cs
file and you can see how I have used:
- Console input/output
- Arithmetic operation to find student GPA
- Logical operations to what kind of student are you
- Loop operations
- The try-catch statement
- You can choose how many subject calculate
- Program to ask you to try again
- Handle exceptions that might occur during execution
- You can find the average of 5 subjects