What is the output of the following code? (Use the Loan class defined in Listing, Loan.h.)
#include#include "Loan.h" using namespace std;
class A{public: Loan loan; int i; };
int main(){A a;cout << a.loan.getLoanAmount() << endl;cout << a.i << end⌉return 0;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.