update,
This commit is contained in:
12
it114105/itp3914/Lab11/ques_source/Ex5/QuestionOne.java
Normal file
12
it114105/itp3914/Lab11/ques_source/Ex5/QuestionOne.java
Normal file
@@ -0,0 +1,12 @@
|
||||
public class QuestionOne {
|
||||
public final int A = 345;
|
||||
public int b;
|
||||
private float c;
|
||||
|
||||
private void methodOne(int a) {
|
||||
b = a;
|
||||
}
|
||||
public float methodTwo() {
|
||||
return 23;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user