BMI = x KG / (y M * y M) Example for 175 cm height and 70 kg weight: BMI = 70 / (1.75 * 1.75) = 22.86 (bmi > 30.0) 고도비만 (bmi > 25.0) 비만 (bmi > 23.0) 과체중 (bmi > 18.5) 정상 저체중 12345678910111213141516171819202122232425262728293031323334353637package com.hanbit.grade; import java.util.Scanner; public class Bmi { public static void main(String[] args) { Scanner s = new Scanner(System.in); System.out.p..
www.github.com Build software better, together GitHub is where people build software. More than 50 million people use GitHub to discover, fork, and contribute to over 100 million projects. github.com 에 계정을 생성합니다. Github 에 레포지토리를 생성합니다. www.git-scm.com Git www.git-scm.com 가서 git 을 다운로드 합니다. 내 프로젝트의 로컬 위치로 이동합니다. 우클릭해서 git bash 를 오픈합니다. https://codechacha.com/ko/git-add-ssh-key-in-windows/ 아래 스크립트..
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 31 32 33 34 35 36 37 38 39 40 41 package com.example.application import android.os.Bundle import android.widget.Toast import androidx.appcompat.app.AppCompatActivity import kotlinx.android.synthetic.main.activity_main.* class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { s..
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 31 32 33 34 35 36 37 38 39 40 41 apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 28 buildToolsVersion "28.0.3" defaultConfig { applicationId "com.example.application" minSdkVersion 25 targetSdkVersion 28 versionCode 1 versio..
- Total
- Today
- Yesterday
- KAFKA
- SQLAlchemy
- jQuery
- JPA
- springMVC
- Mongo
- Eclipse
- nodejs
- Java
- docker
- Mlearn
- tensorflow
- maven
- ERD
- FLASK
- Algorithm
- JUnit
- Oracle
- intellij
- Django
- Git
- terms
- vscode
- SpringBoot
- database
- AWS
- React
- mariadb
- Python
- COLAB
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |