Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
메소드구현하기
//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!"); } } // 한글은 입력이 안됩니다. // 실행 시에 "Grr~"이 출력되게 Animal 클래스를 구현해주세요..... class Animal{ }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
piglatin
test
Armstrong number
Problem: Single_digit
Strings Ops
Smallest Multiple of N with Zeros and Ones
Product of Array Except Self
Continue
Magic No.
Problem: binary
stackse - search stackoverflow differently
Please log in to post a comment.