What is the output of the following code? #include #include "Loan.h" using namespace std; class A { public: Loan loan; int i; }; int main() { A a; cout


What is the output of the following code?


#include #include "Loan.h" using namespace std;
class A
{
   public:
   Loan loan; int i;

};
   int main()


{
     A a;
     cout < a.loan.getloanamount()=""><>


     cout < a.i=""><>
     return 0;


}



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here