코딩을 한단계씩 부셔보자.

코딩을 한단계씩 부셔보자.

  • 분류 전체보기 (319)
    • 코딩배움일지 (157)
      • JAVA (79)
      • DataBase (29)
      • Web 구현 (34)
      • 인터페이스 구현 (15)
    • 개인적인 공부 (142)
      • 자바 (6)
      • 백준 (47)
      • Java의 정석 (0)
      • 그냥정리 (2)
      • Database 복습 (5)
      • 테스트 페이지 (1)
      • 프론트엔드 (7)
      • Unity (29)
      • Python (45)
    • TeamProjectHappy (12)
      • front (9)
      • database (3)
    • 개발일지 (2)
      • Journey to West (2)
  • 홈
  • 배움기록
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

코딩을 한단계씩 부셔보자.

컨텐츠 검색

태그

파이썬 javascript database SQL 자바 unity html 유니티 배열 java기초 c# Web CSS javabasic Python 왕초보 2D 백준 자바기초 java

최근글

댓글

공지사항

아카이브

Else(2)

  • day 3-4 (BMI 2.0 Exercise)

    BMI수치에 따른 해석문 Instructions Write a program that interprets the Body Mass Index (BMI) based on a user's weight and height. It should tell them the interpretation of their BMI based on the BMI value. Under 18.5 they are underweight : 18.5 아래 이면 저체중 Over 18.5 but below 25 they have a normal weight : 18.5이상 25 미만 정상체중 Over 25 but below 30 they are slightly overweight : 25이상 30미만 과체중 Over 30 but belo..

    2023.02.22
  • day 3-1 python (if/else 및 조건 연산자를 통한 흐름 제어)

    예시 print("Welcome to the rollercoaster!") height = int(input("What is your height in cm? ")) if height > 120: # 만약에 120 보다 크다면 print("You can ride the rollercoaster!") else: print("Sorry, you have to grow taller before you can ride.") 결과 결과1 120cm 도 탈수 있게 하려면? if height > 119: ################ 또는 if height >= 120: 이것을 비교 연산자라고 한다. Operator Meaning > Greater than = Greater than or equal to

    2023.02.21
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바