Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
9
9831017-Va-9831133-Jalase-2_-Grouh-Shanbe_Soal Safheye 6 Dastor Kar
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
9831017
9831017-Va-9831133-Jalase-2_-Grouh-Shanbe_Soal Safheye 6 Dastor Kar
Commits
edd6fd2c
Commit
edd6fd2c
authored
Mar 05, 2020
by
9831017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
8c094e0a
Pipeline
#2106
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
Run.java
Run.java
+20
-0
No files found.
Run.java
0 → 100644
View file @
edd6fd2c
public
class
Run
{
public
static
void
main
(
String
[]
args
)
{
Student
std1
=
new
Student
(
"Ehsan"
,
"Edalat"
,
"9031066"
);
Student
std2
=
new
Student
(
"Seyed"
,
"Ahmadpanah"
,
"9031806"
);
Student
std3
=
new
Student
(
"Ahmad"
,
"Asadi"
,
"9031054"
);
std1
.
print
();
std1
.
setGrade
(
15
);
std1
.
print
();
std2
.
print
();
std2
.
setGrade
(
11
);
std2
.
print
();
std3
.
print
();
std3
.
setFirstName
(
"HamidReza"
);
std3
.
print
();
}
}
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