Home C#.net Student Marks Calculation WPF in C#.NET

Student Marks Calculation WPF in C#.NET

5 min read
0
0
137

This tutorial will teach how to make a  Student Grade Calculation in C#.net. Input the studentname and avg marks to calcuate the grade.

if the average is > 50 – Pass otherwise fail

First you have design the Calculator.

MainWindow.xaml

MainWindow.xaml.cs

 

 

Load More Related Articles
Load More By admin
Load More In C#.net

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also

Create Maven project in Intellij

In this tutorial will see how to create Maven project in Intellij step by step. First Step…