#include #include int main(int argc, string argv[]) { // declare a variable to store a count of characters // initialize the variable 0 // for each argument that was passed in // determine length of argument, add to the count declared above // print out the value of the count }