/*Write a macro that asks the user to type an integer N and computes the cube (N^3)*/ void Exercise3(){ Int_t N =0; cout<<"Insert the number: "; cin>>N; cout<<"N^3 = "<