-
Notifications
You must be signed in to change notification settings - Fork 0
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
[소병희] - 민겸 수, 이모티콘 할인행사, 영상처리 #207
Conversation
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.
수고하셨습니다!!
@@ -0,0 +1,68 @@ | |||
package byeonghee.week51 | |||
|
|||
class 소병희_영상처리 { |
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.
3문제 푼 병희님 멋져요
class 소병희_이모티콘할인행사 { | ||
|
||
val answer = IntArray(2) | ||
val discounts = 10..40 step 10 |
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.
오 코드가 이뻐요
val sbMax = StringBuilder() | ||
val sbMin = StringBuilder() |
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.
두 변수를 기준으로 전체적으로 코드가 깔끔했어요!👍
for(bill in shopped) { | ||
if (bill == -1) plus++ | ||
else gain += bill | ||
} |
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.
shopped 를 아래에서 처리 해준게 보기 좋았어요!🙂
📌 from issue #206 📌
📋문제 목록📋
📍추가로 해결한 문제📍