Skip to content

Commit

Permalink
13.3. 자바 문서 보는 법 - 클래스
Browse files Browse the repository at this point in the history
  • Loading branch information
egoing committed Oct 1, 2019
1 parent 5f49c1c commit 455c4a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Programming/ClassApp.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

public class ClassApp {

public static void main(String[] args) {

System.out.println(Math.PI);
System.out.println(Math.floor(1.6));
System.out.println(Math.ceil(1.6));

}

}

0 comments on commit 455c4a2

Please sign in to comment.