//framework.cpp
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#include”1001.cpp”
int Int::num=0;
void f()
{
int i1=1, i2=2;
cout << “num ” << i1 << ” is odd? ” <<Int::isodd(1) << endl;
cout << “num ” << i2 << ” is odd? ” <<Int::isodd(2) << endl;
Int ii1;
{ Int ii1(i1); Int ii2; }
Int ii2(i2);
}
int main()
{
f();
return 0;
}
write function f() to have such an output
num 1 is odd? 1num 2 is odd? 01 objects of Int has been constructed.2 objects of Int has been constructed.3 objects of Int has been constructed.2 objects of Int has been constructed.void f(){ int i1=1, i2=2; cout << “num ” << i1 << ” is
PayPal Gateway not configured
PayPal Gateway not configured