본문 바로가기

깡뇽

검색하기
깡뇽
프로필사진 깡뇽

  • 분류 전체보기 (183)
    • Web (48)
      • HTML & CSS (29)
      • JavaScript (4)
      • Spring (8)
      • React (3)
      • ReactNative (3)
    • Algorithm (81)
      • BAEKJOON (47)
      • Coding Test (16)
      • Algorithm-Log (4)
    • Android (16)
      • JAVA (6)
      • Kotlin (10)
      • JetpackCompose (0)
    • Computer Language (0)
      • C++ (5)
      • SQL (10)
    • Book (8)
      • Clean Code (8)
    • Life (2)
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
  • javascript
  • android
  • 알고리즘
  • SQL
  • 클린코드
  • Kotlin
  • algorithm
  • DFS
  • 프로그래머스
  • front-end
  • 코딩테스트
  • Web
  • 다이나믹 프로그래밍
  • 정렬
  • BFS
  • CSS
  • CleanCode
  • 해슁
  • html
  • inflearn
  • java
  • SWEA
  • Spring
  • DP
  • Color
  • 구현
  • codecademy
  • 자바
  • 검색트리
  • 순환
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록반복문 (1)

깡뇽

[JAVA] 반복문

- 반복문 ① for 문 for ( 변수 초기화 ; 조건 ; 증가or감소 ) { 반복할 코드 } ② while 문 while ( 조건 ) { 반복할 코드 } ③ do while 문 do { 반복할 코드 } while ( 조건 ); => 조건이 틀려도 반복할 코드가 1회 실행됨. Ex) 구구단 만들기 for ( int i = 2 ; i < 10 ; i ++ ) { for ( int j = 1 ; j < 10 ; j ++ ) { System.out.println ( i + " * " + j + " = " + j * i ) } }

Android/JAVA 2020. 7. 6. 23:56
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바