Ответы
Ответ дал:
0
#include <iostream>
using namespace std;
int main()
{
float num = 5000;
float ppy = ((5000 / 100) * 1.6F) * 12; // Persents per Year
cout << 5000 + ppy << endl;
cout << 5000 + ppy * 3 << endl;
system("pause");
}
using namespace std;
int main()
{
float num = 5000;
float ppy = ((5000 / 100) * 1.6F) * 12; // Persents per Year
cout << 5000 + ppy << endl;
cout << 5000 + ppy * 3 << endl;
system("pause");
}
Вас заинтересует
2 года назад
2 года назад
6 лет назад
6 лет назад
9 лет назад
9 лет назад
10 лет назад
10 лет назад