Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~179 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for dangutdavid

#include <iostream> #include <string> Void main() { int p; A=0; int j; int R; int D; cout<<"enter cost of stereo purchase \n""; cin>>P; cout<<"enter Rate of interest per month \n "; Cin>>R; cout<<"enter period or Time \n"; cin>>T; cout<<"enter monthly payment\n"; cin>>D; do { I=(P*R*T)/100; A=I; A=A+I; M=P-I; P=P-M; j=j+1 …

Member Avatar for csurfer
-2
89
Member Avatar for dangutdavid

C++ you have purchased a stereo system that cost RM1000 on the following credit plan (no down payment, an interest rate of 18% per year (and hence 1.5% per month) and monthly payments of RM50. the monthly payment of RM50% is used to pay the interest and whatever is left …

Member Avatar for Grn Xtrm
-1
90