Skip to content
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

Merged
merged 4 commits into from
Feb 25, 2024

Conversation

bngsh
Copy link
Contributor

@bngsh bngsh commented Feb 25, 2024

📌 from issue #206 📌

📋문제 목록📋

민겸 수: ✅
이모티콘 할인행사: ✅
영상처리: ✅

📍추가로 해결한 문제📍

@bngsh bngsh added the 병희 label Feb 25, 2024
@bngsh bngsh self-assigned this Feb 25, 2024
Copy link
Member

@jeeminimini jeeminimini left a 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 소병희_영상처리 {
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오 코드가 이뻐요

Comment on lines +8 to +9
val sbMax = StringBuilder()
val sbMin = StringBuilder()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

두 변수를 기준으로 전체적으로 코드가 깔끔했어요!👍

Comment on lines +25 to +28
for(bill in shopped) {
if (bill == -1) plus++
else gain += bill
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shopped 를 아래에서 처리 해준게 보기 좋았어요!🙂

@bngsh bngsh closed this Feb 25, 2024
@bngsh bngsh reopened this Feb 25, 2024
@bngsh bngsh merged commit 9487b4a into main Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants