Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
Session2_NargesSalehi_9628055
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
9628055
Session2_NargesSalehi_9628055
Commits
77f0cdfe
Commit
77f0cdfe
authored
Mar 12, 2020
by
nargessalehi98
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first changes
parent
f31bee9b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
Lab.class
out/production/untitled104/Lab.class
+0
-0
Main.class
out/production/untitled104/Main.class
+0
-0
Lab.java
src/Lab.java
+1
-1
No files found.
out/production/untitled104/Lab.class
View file @
77f0cdfe
No preview for this file type
out/production/untitled104/Main.class
View file @
77f0cdfe
No preview for this file type
src/Lab.java
View file @
77f0cdfe
...
...
@@ -25,7 +25,7 @@ public class Lab {
* @param capacity the limit of lac
*/
public
Lab
(
String
TA
,
String
day
,
Course
course
,
int
capacity
){
students
=
new
Student
[
1
0
];
students
=
new
Student
[
1
5
];
this
.
TA
=
TA
;
this
.
day
=
day
;
this
.
course
=
course
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment