U E D R , A S I H C RSS

새싹교실/2011/무전취식/레벨2

* : 2011/3/29 5~ 7
* : 06
* : 11



1. ICE Breaking


Ice Breaking

: 를 배 . Toeic. L/C
860데 못 . Toeic
7 2 들. . . 3. . 머리를 . 6 9 . . .

: . -Why ? 냥. 듣는 . : . 는데. . . 데 3문 . 대 린놈 불. . 배들 능. 봉봉 말 못듣. - All 동 - . NXT
들 만났는데. 불 / 8명 4명 4명 . 4명만 . 는데 ! MT 못 : 마는 는 남 딩 동 돌보. MT 러면 !!!

: . 는데 MT . 낮 . 밤 는데 11 . . : MT. . 밥 .

: 만남. 밥먹 빵먹 . 6 10. . MT . 2등~~~ 2명 'ㅅ'//// 는데 06들 . , , , 는데 11 데 06 러 6 는데 30 는데 . . 먹 2. 2 맥 먹. . 됨.

: 부 MT. 부림 는데 MT는데 남 =ㅂ= 남. 는 2. 'ㅅ'// . 는데 . . 는데 배(). 데 1등. 는데 . . . . 남. 빨리 방~~~~~~


2.


  • printf() scanf() . %c %d %l %f %%등등.
  • Array . . int a[10];
  • Memory .
  • ! . 는 변명. . &변 .
  • ? 16. 16 디? 1~15. 는? 1~F.
  • unsinged int int ? ?
  • 0 1 .
  • 를 돌리 는데 ; .
  • . 는 문.( if,switch{case},while(){},do~while();,for( ; ; ) )

3.


  • if

  • #include<stdio.h>
    
    int main(){
     int select;
     printf("1 2 !");
     scanf("%d",&select); <- input 1
     if(select == 1){
       printf(" 바보");
     }
     if(select == 2){
       printf("");
     }
     return 0;
    }
    

    • Switch case문

    #include<stdio.h>
    
    int main(){
     int select;
     printf("1 2 !");
     scanf("%d",&select); <- input 3
     
     swtich(select){
       default : printf(" 바보 "); 
       case 1: printf(""); break;
       case 2: printf(""); break;
    
     }
     return 0;
    }
    
    output ==>  바보  
    
    


    • while문

    #include<stdio.h>
    
    int main(){
     int count = 0;
     while(count < 10){
       printf("");
       count = count + 1;
     }
    
     return 0;
    }
    
    output ==> 
    
    

    • do~ while문

    #include<stdio.h>
    
    int main(){
     int count = 0;
     do{
       printf("");
       count = count + 1;
     }while(count > 0);
    
     return 0;
    }
    
    output ==> 
    

    • for 문

    #include<stdio.h>
    
    int main(){
     int count = 0;
     for(count = 0; count <10;count++){
       printf("");
     }
    
     return 0;
    }
    output ==> 
    
    





    4.


    : , 롤먹.
    : , .. . , . .
    : if 말 는데 모르.
    : ...... ....... . ^^
    : .


    5.

    • : 는 F4(ThreeFs + Future Action Plan) .
      • : ThreeFs, ThreeFs(노), FiveFs(노)
      • 를 눌러보
        • Facts, Feelings, Findings, Future Action Plan. , , 느낀 , , .
        • 를 들 를 먹 면 : " 5만는 돈를 먹.() 대를 는데 .(느낌) 만 보 .() 는 미리 .( )"

    • 면됩. 는 머리를 . . . 밥먹는 돈 !!! 뭐.. 만. . -

    • . 는데 는 MT 는데 복 빨리 따 . . 데 따 . . -
      • ~ ? 는 2 . . -

    • 머리는 ....(;;;) 머리 남는 ;; . (?) (?) C 더 빨리 배 .. 내 봉봉데 내 .. 노 데.. -
      • 내 머리 . 봉봉 -

    • .. ... ...int? -231~231-1 ㅇ... ㅇㅏ.. ? . ... ~~~ 롤먹는 ♥♥ -
      • . . ? 미 . 는 뭐 내며 -

    • ..._ .... 노리는 .., if문, while문등등 문 배!! 랫동 . ♡ 롤 맛!!!!!!! 롤먹 .... 끼..? ? .. -

    6.

    - Wiki
    - 번만 봐.


    - 모 모 -
    Valid XHTML 1.0! Valid CSS! powered by MoniWiki
    last modified 2021-02-07 05:29:43
    Processing time 0.0337 sec