I like to move it,move it She likes to move it,move it He likes to move it,move it You like to ("move IT")
#include #include int main (){ int bil=1, total=0; while(bil<=10) { total+=bil; printf("\n%10d%10d",bil,total); bil++; } getche(); return 0; }
Post a Comment
No comments:
Post a Comment