User profile: zinzik
User info |
User name: | zinzik |
History |
Joined: | |
Number of posts: | 3 |
Latest posts: |
Output in operator for [code]for (int i=1; i<=n; i=i+1)
{
k=k_0*pow(q,n)-v*(pow(q,n)-1)/(q-1);
cout<<"k="<...
Combinations [code]#include <iostream>
using namespace std;
int main()
{
int n,m,v=1,c1,c2,p=1,k;
cout<<"n = ...
Loan Repayment [code]#include <iostream>
#include <cmath>
using namespace std;
int main()
{
double k=0,k_0,...
|
This user does not accept Private Messages