본문 바로가기 메뉴 바로가기

Programming Diary

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Programming Diary

검색하기 폼
  • 분류 전체보기 (64)
    • 수업일지 (0)
    • 수업문제 (64)
    • 개별 진척도 (0)
    • 프로젝트 문서 작성용 (0)
  • 방명록

continue (1)
[문제] 10월 7일 (switch문, while문, for문)

1. switch 문에서 아래의 프로그래밍을 짜시오. 1234 월 봄입니다.출력 5678 월 여름입니다.출력 9 10 11 12 월 겨울 입니다. 출력 public class TestPrac { public static void main(String[] args) { int month = 7; switch(month) { case 1: case 2: case 3: case 4: System.out.println("봄입니다."); break; case 5: case 6: case 7: case 8: System.out.println("여름입니다."); break; case 9: case 10: case 11: case 12: System.out.println("겨울입니다."); break; } // 여름입..

수업문제 2021. 10. 7. 18:30
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • Request
  • TreeSet
  • response
  • 참조형
  • 부트스트랩
  • abstract
  • 진척도 70번
  • 래퍼 클래스
  • JSP
  • 사칙연산 계산기
  • 프로토콜
  • 제네릭
  • Servlet
  • Generic
  • 예외처리
  • 쓰레드
  • SOCKET
  • 세션
  • equals
  • toString
  • exception
  • compareTo
  • el
  • Session
  • 쿠키
  • 채팅
  • string
  • hashset
  • 입출력
  • object
more
«   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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바