Welcome to the Sogna Digital Museum Forum!Notice to New Forum Registrants:If you register and don't get the validation email, you may contact us at sognadigitalmuseum@gmail.com for manual activation.
stupid stupid stupid stupid for loops
I'm so bad at it too.... T_Tliek...it takes me twice as long to get the concepts, and the freshman in the class just go "ahahahha, I know the computer's most secretest desires"
for(int i=0;i<4;i++) System.out.writeln('stupid ');System.out.writeln('for loops');
Or for those who use fortran:do i=1,4 write(*,*) 'stupid'enddowrite(*,*) 'for loops'