Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SoftEng Group 3
Weekly Planner
Commits
1d9f6cbf
Commit
1d9f6cbf
authored
Jun 06, 2021
by
hazlazuardi
Browse files
Temp
parent
f9c49529
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1d9f6cbf
[

](https://gitlab.cs.ui.ac.id/softeng-group-3/weekly-planner/-/commits/
master
)
[

](https://gitlab.cs.ui.ac.id/softeng-group-3/weekly-planner/-/commits/
master
)
[

](https://gitlab.cs.ui.ac.id/softeng-group-3/weekly-planner/-/commits/
wishnu
)
[

](https://gitlab.cs.ui.ac.id/softeng-group-3/weekly-planner/-/commits/
wishnu
)
# Readme File
## Work Breakdown Structure
...
...
src/main/java/Softeng/Group3/SiJadwal/actor/Student.java
View file @
1d9f6cbf
...
...
@@ -217,8 +217,9 @@ public class Student extends Role {
break
;
case
13
:
System
.
out
.
println
(
"Pick the assignment that you want to validate:"
);
retrieveAllAssignment
();
System
.
out
.
println
(
"Pick the assignment that you want to validate: (Write the name)"
);
System
.
out
.
println
(
courseList
.
getCourse
(
"rpl"
).
getAssignments
().
toString
());
System
.
out
.
println
(
""
);
String
nameToVaidate
=
in
.
next
();
String
courseToValidate
=
in
.
next
();
default
:
...
...
Write
Preview
Supports
Markdown
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