#include using namespace std; int main(int argc, char * argv[]) { int i; cout << "The prgram is " << argv[0] << endl; if (argc > 1) { cout << "The command line arguments are: " << endl; for(i=1;i