Commit 77f0cdfe authored by nargessalehi98's avatar nargessalehi98

first changes

parent f31bee9b
...@@ -25,7 +25,7 @@ public class Lab { ...@@ -25,7 +25,7 @@ public class Lab {
* @param capacity the limit of lac * @param capacity the limit of lac
*/ */
public Lab(String TA, String day, Course course, int capacity){ public Lab(String TA, String day, Course course, int capacity){
students=new Student[10]; students=new Student[15];
this.TA=TA; this.TA=TA;
this.day=day; this.day=day;
this.course=course; this.course=course;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment