Run Code
|
API
|
Code Wall
|
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
To check whether a given number is smith number or not
3d
Sum of EVEN and ODD nubmers (11 grade)
LambdaExpression
Compiler
pattern of the day (code formatting fixed)
combination sum (variation)
1(D).
Game developer
JavaQ5