예제 #1
0
 public void Add(students s, courses c)
 {
     this.st = s;
     this.cr = c;
     Console.Write("Enter Avg: ");
     this.avg = Convert.ToInt32(Console.ReadLine());
 }
예제 #2
0
 public selectCourses(students s, courses c, int av)
 {
     this.st  = s;
     this.cr  = c;
     this.avg = av;
 }