// plusargs.c // Adds up all the numbers in the command line arguments int main (int argc, char** argv) { int i; int sum = 0; for (i=1; i