How to build a CGPA Calculator in C# using Window Forms ?

Building A CGPA Calculator in C# using Window Form: Hello Friends! In this article we will learn that how to build or make a CGPA Calculator in C# using Window Forms. This will help you to get motivated to become a c# developer. So our output will be like this: CGPA Calculator Final Interface So this will be our final CGPA Calculator screenshot. Lets start to build this: Designing The Interface using Window Forms: So to design the interface i used labels, dropdown box, numeric updown, buttons and some background pictures to make my design beautiful and user friendly. Here I also uses grading criteria labeled as "Grading Values" so that user of this application can easily understand the criteria to calculate CGPA. So here is the screenshot of different parts of this interface: So this is the interface design let's try to code. CGPA Calculator Code in C#: Coding this CGPA calculat...