// Pantea Aria // add all ints from 1 to 100 and print out the result // 1+2+3+.....+100 = sum #include #define NUM 40 int main(void) { return 0; }