Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
Behnam Va Turkashvand-Jalase 2
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
9831133
Behnam Va Turkashvand-Jalase 2
Commits
a26d665d
Commit
a26d665d
authored
Mar 07, 2020
by
9831133
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Run.java
parent
f148fbaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Run.java
Run.java
+6
-5
No files found.
Run.java
View file @
a26d665d
p
ublic
class
Run
{
ublic
class
Run
{
public
static
void
main
(
String
[]
args
)
{
/**
* @
author Behnam V
a Turkashvand
* @
author Behnam v
a Turkashvand
* @version 1.0
* @since 2020-02-27
*/
...
...
@@ -17,11 +17,12 @@ public class Run {
a
.
enrollStudent
(
std5
);
a
.
enrollStudent
(
std6
);
a
.
calculateavg
();
std4
.
print
();
std5
.
print
();
std6
.
print
();
a
.
print
();
a
.
print
();
a
.
print
();
std4
.
print
();
std5
.
print
();
std6
.
print
();
// These 6 functions are for printing the Fist name, Last name, Student Name and the Average
}
}
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