Severity: Warning
Message: fopen(/tmp/ci_sessionok3s42nahqpsbugnguftaedehhuhcjtj): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
It is a C++ project which calculates the EMI(Equated Monthly Installments) on given Principal, Interest, Time.
It is an EMI Calculator which equates to a monthly installment. An EMI is essentially a fixed amount of money that you have to regularly pay your lender in order to repay the loan.
The value of the EMI depends on three main factors.
1. These are the amount borrowed i.e Principal.
2. The rate of interest to be charged on the amount borrowed i.e Rate of Interest.
3. Tenure for which the loan is borrowed i.e Time in Years.
This project calculates the EMI using a well-known formula.
Submitted by deepali takyar (dtakyar30)
Download packets of source code on Coders Packet
Comments