the assignment entails plugging information into a template premade by the professor

1 answer below »
the assignment entails plugging information into a template premade by the professor
Answered Same DayMay 12, 2021

Answer To: the assignment entails plugging information into a template premade by the professor

Sonu answered on May 13 2021
129 Votes
dg2/p1.cpp
dg2/p1.cpp
#include
#include
using namespace std;
int
main () 
{


float monthlyamount, t, p, s, deno, num, f, monthlyRate;

int y, i, n;

i = 1;

f = 1;

cout << "YOUR NAME \n";

 
cout << "To be or not to be a horse rider, that is equestrian \n";

cout << "MORTAGE REPORT \n";

cout << "enter the principal amount:\n";

cin >> p;

cout << "enter the annual percentage interest rate:\n";

cin >> t;

cout << "how many years of mortgage:\n";

cin >> y;

 
monthlyRate = t / 1200;

n = (y * 12);

s = 1 + (monthlyRate);

while (i <= n)

  ...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here