반응형 class1 Chapter 9. Objects and Classes[Java Basic] 9.A - Rectangle 클래스 Time Limit: 1s Memory Limit: 128MB DESCRIPTION 다음 특징을 가지는 Rectangle 클래스를 만들기 바랍니다. double 형의 width와 height를 필드로 가진다. 인자가 없는 생성자와 width와 height를 인자로 가지는 생성자를 가진다. getArea() 메소드는 사각형의 넓이를 리턴한다. getPerimeter() 메소드는 사각형의 둘레를 리턴한다. 여러분이 작성한 코드는 아래 샘플코드의 YOUR_CODE 부분에 들어가 컴파일 됩니다. (The Rectangle class) Following the example of the Circle class in Section 9.2, design a class named R.. 2021. 11. 6. 이전 1 다음 반응형