#include using namespace std; int main(int argc, char **argv) { //argc is the number of arguments //argv is the value of arguments cout << "You typed " << argc << " arguments." << endl; //loop over argv for(int i=0; i