Tuesday 10 February 2015

Marksheet of Console Application in C#.


 Console.WriteLine("Name");
            string z1 = Console.ReadLine();
            Console.WriteLine("Father's Name");
            string z2 = Console.ReadLine();
            Console.WriteLine("Seat Number");
            string z3 = Console.ReadLine();
            Console.WriteLine("Marks In English");
            int q1 = Convert.ToInt32(Console.ReadLine());
            Console.WriteLine("Marks In Urdu");
            int q2 = Convert.ToInt32(Console.ReadLine());
            Console.WriteLine("Marks In Biology");
            int q3 = Convert.ToInt32(Console.ReadLine());
            Console.WriteLine("Marks In Computer");
            int q4 = Convert.ToInt32(Console.ReadLine());
            Console.Write("Marks Obtained = ");
            int q5 = (q1 + q2 + q3 + q4);
            Console.WriteLine(q5);
            Console.Write("Perentage = ");
            float x = (q5 * 100 / 400);
            Console.WriteLine(x);
            if (x >= 80)
            {
                Console.WriteLine("Grade = A1 (Passed with flying colors)");
            }
            if (x <= 80 && x >= 70)
            {
                Console.WriteLine("Grade = A (Passed)");
            }
            if (x <= 70 && x >= 60)
            {
                Console.WriteLine("Grade = B (Passed)");
            }
            if (x <= 60 && x >= 50)
            {
                Console.WriteLine("Grade = C (Passed");
            }
            if (x <= 50)
            {
                Console.WriteLine("Grade = D (Failed)");
            }



plzz Like This..

Hp

2 comments:

  1. What is Baccarat? | WORRione
    Baccarat is played 바카라 with an index of how many possible combinations. All three numbers are considered to have งานออนไลน์ a probability of 3 or better. In the event of a 메리트 카지노

    ReplyDelete
  2. Slot Machine Games Online | LuckyClub Casino
    In our online casino slot machines you play free you play all types luckyclub of games for fun and can be contacted to play your favorite slot games. Try our free casino slots and win big!

    ReplyDelete