Create a hierarchy chart showing the logical components of yourprogram. Modularize your code according to your chart using thepractices learned this week. Your menu should now call individualmodules to do the work of the program.
Examples: In the Programming Tutorial, add a tutorial on workingwith modules. Then, modularize the code so that each tutorial andquiz is in a module.
#include “stdafx.h”
#include <iostream>
using namespace std;
struct customer {
stringname;
doubleloan_amount;
doubleinterest_rate;
intlengthOfloan;
};
int main()
{
cout <<“Welcome to the Loan Payment Calculatornn”;
struct customerarr[5];
arr[0] = {“john”,10000,12,3 };
arr[1] = {“Roy”,12000,9,2 };
arr[2] = {“james”,13000,8,4 };
arr[3] = {“ramesh”,15000,4,10 };
arr[4] = {“ravi”,20000,5,12 };
int size
PayPal Gateway not configured
PayPal Gateway not configured