
auf Wiedertschüss!

auf Wiedertschüss!
It wasn’t until after I finished both my Bachelor’s and Master’s degrees in Computer Science at Georgia Tech, that I realized the impact my Jesuit High School education had left on me. As my life moves forward, I yearn to use my passion for technology as “A Man for Others” to better the community.
How about a community program to expose youth to the insides of computers. Just show ‘em the math and see what happens.
Cleaning out a scratch area, I discovered this in a file titled a.c. Can you figure out what it does?
int i, j, k;
for(i=2,j=2;i<3380;i=((j%k)>0)?i+1:i) for(k=2,j++;k<=j/2&&((j%k)>0);k++);
printf("%d\n", j);