Since my childhood, I've always been deeply interested in computers. This interest started in an era when personal computers were not yet a part of everyday life. Over the past 57 years, I have observed a significant evolution in the field of computing. From the initial days of large, inaccessible mainframes to the modern era of compact and powerful personal computers, my experience has spanned a period of rapid and profound technological changes in computing.
Github
DO 100 I=1,10
X = SQRT(I)
WRITE(*,1000) I,X
100 CONTINUE
1000 FORMAT(I10, F6.3)
END