#include #include #include #include using namespace std; int main(int argc, char *argv[]){ //calculate the area of a triangle. //command line parameter is angle C(degree). int i=1; double a,b,c; double ans; char message[128]; a=2.; b=10.; c= strcpy(message,"What is 2 to the 10th ?(Calculate 2^{10})"); cerr <<"STEP"<< i <<": "; cout <>b; C=atof(argv[1]); cout << "a="<