제목 : 왜 for문에는 i, j, k 변수를 쓰는가?
    
    
        
            
                | 글번호: |  | 336 | 
            
                | 작성자: |  | 레드플러스 | 
            
                | 작성일: |  | 2009/03/17 오전 10:06:00 | 
            
            
                | 조회수: |  | 7655 | 
            
        
     
 
    
	
	
    
	Why we use i, j, and k in for loops
In Fortran, all variables starting with the letters I, J, K, L, M and N are integers... (This is the source of the long tradition of using "i", "j", "k" etc as the loop indexes of "for loops" in many programming languages -- few of which have implicit typing).
참고 사이트)
http://en.wikipedia.org/wiki/Sigil_%28computer_programming%29
http://tech.ablegray.com/article/why-we-use-i-j-and-k-in-for-loops