Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to jazz/09-07-08
jazz/09-07-08
: Five.java
File Five.java,
129 bytes
(added by jazz,
15 years ago
)
Line
1
import
java.io.*
;
2
import
java.lang.*
;
3
4
public
class
Five
extends
Coin
5
{
6
public
Five
()
7
{
8
Value
=
new
Integer
(
5
);
9
}
10
}
Download in other formats:
Original Format