Marskeet in C#
Marskeet in C#
int obt = u + m + p + c + e;
int per = obt * 100 / 500;
Console.WriteLine("-----------MARKSHEET---------");
Console.WriteLine("Your name is: {0}", name);
Console.WriteLine("Your Roll no is: {0}", roll);
Console.WriteLine("Your Class is: {0}", standard);
Console.WriteLine("YOur obtained marks are: {0}", obt);
Console.WriteLine("YOur Percentage is {0}", per);
//int obt = u + m + p + c + e;
int supply = 0;
Console.ReadLine();
}