You're offline. Some features may be limited.
# include <stdio.h> main () int a, s; s-0 for (a=2; a<=100; a=a+2) s=s+a; print ("%d", s); | Suva Ai