전체 글 (3907)

https://herojune.tistory.com/2806
아래는 하온이 엄마 머리카락인가... ㅋ

https://herojune.tistory.com/2805
1단지도 금방 적응 ㅎㅎ

https://herojune.tistory.com/2722
어린이같넹...

https://herojune.tistory.com/2674
[쭌강사] 역사속 블로그 15일편~

https://herojune.tistory.com/2673
컴퓨터나 핸드폰 모르실때 간간히 물어보심!

어제부터 계속 피곤하다.
담배 한대가 땡기지만 한대가 두대되고 두대가 세대되기 때문에 피면 안된다.

힘내자! 아자 아자 아자~

https://herojune.tistory.com/2804
[쭌강사] 역사속 블로그 14일편~

https://herojune.tistory.com/2803
진정성

https://herojune.tistory.com/2802
그후로 흡연몽꾼적 없는듯?

아침에 등원을 하였다.
양말 신기는게 제일 힘들었다. ㅎㅎ
등원 가즈아~!!

public class Homework01 {
   public static void main(String[] args) {
   int score =93;
   
   if(score>=90) {
   System.out.println("점수가 90보다 큽니다");
   System.out.println("등급은 A입니다");
   }
   
   if(score<90) {
   System.out.println("점수가 90보다 작습니다");
   System.out.println("등급은 B입니다");
   }

   
   }
}

프로젝트 만들고

Class 생성하고 

public class의 class 이름 Class 생성한것과 일치하게 만들면

이클립스에서 자바 파일이 원활히 동작한다.

Total
Today
Yesterday