``` package happyCl; import java.util.Random; public class ddddd { public static void main(String[] args) { // TODO Auto-generated method stub static class Point{ int x; int y; Point(int x, int y){ this.x=(int) (Math.random() * 100); ; this.y=new Random().nextInt(100); ; } } } } ``` 여기서 static class Point 부분이 오류가뜨는데 어떻게해야하나요
# 클래스의 위치 클래스의 위치를 잘 잡아주셔야 해요. 아래 코드 참고하셔서 확인해보세요. + http://cloudstudying.kr/codes/1515
감사합니당! 추석잘보내세용~~
네 오레오님도 즐거운 추석되세요^^