Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
상속1
//Title of this code //'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_45 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { Animal ani = new Animal(); ani.Cry(); System.out.println("Hello, World!"); } } class Animal{ public void Cry(){ System.out.println("Grr~"); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Hosteller.java
hw1p1
Multiplying Two Base-36 Numbers
Words with same letters
sfr
Fibonacci number 0 - 93
Random and count of even numbers (ver. 2)
Java
exp5
1a
Please log in to post a comment.