day11_MyMathTest

육희영·2021년 10월 26일
0
package com.java1.day11;

public class MyMathTest {
	public static void main(String[] args) {
		MyMath obj = new MyMath();
		System.out.println(obj.square(10));
		System.out.println(obj.square(3.14));
	}

}
 

출력결과

100
9.8596

0개의 댓글

관련 채용 정보