const double funt = 405.9;
int f;
cout << "Enter funt:";
cin >> f;
cout << "You have " << f*funt / 1000 << " kg" << endl;
system("pause");
int f;
cout << "Enter funt:";
cin >> f;
cout << "You have " << f*funt / 1000 << " kg" << endl;
system("pause");
Комментариев нет:
Отправить комментарий