From 25b8be22774e52d0ca586e680cb4024c4cced554 Mon Sep 17 00:00:00 2001 From: HafizaSaminaIdrees54 Date: Thu, 27 Mar 2025 09:16:18 +0500 Subject: [PATCH] Create Nimra --- Nimra | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Nimra diff --git a/Nimra b/Nimra new file mode 100644 index 0000000..5975f95 --- /dev/null +++ b/Nimra @@ -0,0 +1,20 @@ +Console.WriteLine("Enter the Name"); +String name = Console.ReadLine(); +Console.WriteLine("Enter Roll no"); +int Roll no = Convert.ToInt32(Console.ReadLine()); +Console.WriteLine (" Enter Department"); +string Department= Convert.ToInt32(Console.ReadLine()); + +ListsecondSemesterPapers= new List() +{ +"OOP" +"Functional English" +"SCM" +"THQ" +"Statistics & Probility" +"SDLC" +"Discrete Structure" +} +Console.WriteLine("Papers are given in the 2nd Semester"); + +Console.ReadLine();