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

1: Swift 문법(기초개념, 데이터 타입) #2

Open
blooper20 opened this issue Mar 30, 2022 · 1 comment
Open

1: Swift 문법(기초개념, 데이터 타입) #2

blooper20 opened this issue Mar 30, 2022 · 1 comment
Assignees
Labels
Swift 문법 Swift 문법에 대한 공부

Comments

@blooper20
Copy link
Member

blooper20 commented Mar 30, 2022

1: Swift문법

  1. 우선 야곰닷넷 페이지에서 회원가입을 한 후에 밑에 페이지를 따라 들어가 스위프트 기초를 선택한다.
    스크린샷 2022-03-30 오후 11 44 17

  2. 강좌소개 클릭 후 시청

  3. 기초개념 클릭 후 시청 및 퀴즈 풀이

  4. 데이터 타입 클릭 후 시청 및 퀴즈 풀이

주의할 점!

스크린샷 2022-03-30 오후 11 50 45

  • 수강 완료 버튼을 눌러야 진행도가 올라갑니다!!

과제

자신의 기술블로그에 정리 후에 블로그 주소와 밑에 사진과 같은 캡쳐를 포함한 댓글을 달아주세요~
스크린샷 2022-03-31 오전 12 05 24

@blooper20 blooper20 self-assigned this Mar 30, 2022
@blooper20 blooper20 added the Swift 문법 Swift 문법에 대한 공부 label Mar 30, 2022
@blooper20 blooper20 changed the title 1주차: Swift 문법(기초개념) 1주차: Swift 문법(기초개념, 데이터 타입) Mar 30, 2022
@ryukyung
Copy link
Member

ryukyung commented Jun 3, 2022

기억을 잃어서 다시 공부했습니다ㅎㅎㅎㅎㅎ

정리한 기술 블로그 링크

기초 개념
데이터 타입

질문

var someUInt: UInt = 100
someUInt = 1*10
someUInt = (-1)*(-10)

UInt 데이터 타입이 0부터 양의 정수를 받는 것은 알겠는데 위의 코드처럼 음수끼리의 곱셈도 오류가 나는 이유가 궁금합니다!
변수의 값이 계산이 된 후 변수에 들어가는 것이 아니라 값이 들어간 후에 계산이 되는 건가요?

@blooper20 blooper20 changed the title 1주차: Swift 문법(기초개념, 데이터 타입) 1: Swift 문법(기초개념, 데이터 타입) Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Swift 문법 Swift 문법에 대한 공부
Projects
None yet
Development

No branches or pull requests

2 participants