본문 바로가기

Memory

검색하기
Memory
프로필사진 _JinHa_

  • 분류 전체보기 (34)
    • IT (27)
      • ANDROID (19)
      • IOS (0)
      • SERVER (4)
      • 자격증 (2)
    • 포트폴리오 (3)
      • ANDROID (2)
      • C | C++ (1)
      • JAVA (0)
      • PHP (0)
    • 일상 (2)
      • 풍경 (0)
      • 책 (0)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
  • 웹코드빌드
  • 자격증
  • powercfg
  • lateinit
  • Android Studio 3.6
  • 온라인무료코딩사이트
  • 걸음수 감지 센서
  • 온라인에디터
  • Aplha
  • utf8mb4
  • phpstorm
  • 금속 탐지기 센서
  • 회전 센서
  • 자기장 센서
  • Exoplayer
  • 동영상 실행
  • 걸음 감지 센서
  • RecyclerView
  • 코틀린
  • LayoutParmas
  • PDF
  • 온라인코딩
  • BottomSheetDialog
  • setBackgroundResource
  • 광 센서
  • mysql 5.7
  • ARGB
  • 온라인IDE
  • Android
  • Kotlin
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록산술연산자 (1)

Memory

[Android/Kotlin] 산술연산자(덧셈, 뺄셈, 곱셈, 나눗셈)

더하기 (plus) https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/plus.html val num1 = 10 val num2 = 2 val type1 = num1 + num2 println(type1) val type2 = num1.plus(num2) println(type2) 빼기 (minus) https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/minus.html val num1 = 10 val num2 = 2 val type1 = num1 - num2 println(type1) val type2 = num1.minus(num2) println(type2) 곱하기 (tim..

IT/ANDROID 2023. 6. 13. 00:17
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바