-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1주차 Assignment - 김수현 #2
base: main
Are you sure you want to change the base?
Conversation
Scanner 쓰고 close()해주세요~~ |
감사합니다 기웅시치 ㅎㅎ |
과제 통과입니다 🥳 고생하셨습니다! |
c2.move(12,17).print(); | ||
System.out.println(c2.circleArea()); | ||
System.out.println(c2.volume()); | ||
System.out.println((float) c2.surfaceArea()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹시 double형을 float형으로 변환하신 이유가 있을까요? 출력결과는 문제없습니다!😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 main부분은 제가 pdf를 보고 따라쳤다가 빼먹은 부분을 긁어온거라 이부분은 확인을 못한 부분입니다..;ㅜ
Description
<!— 구현 및 작업 내용을 적어주세요 —>
Important content
<!— 주의 깊게 봐줬으면 하는 부분을 적어주세요 —>
Question
<!— 궁금한 점을 적어주세요 —>
Reference
<!— 참고한 레퍼런스가 있다면 공유해 주세요 —>