[text] Калькулятор

Viewer

copydownloadembedprintName: Калькулятор
  1. #include using namespace std; int main() { double price, commission, total; cout << "Введите цену квартиры: "; cin >> price; cout << "Введите комиссию в процентах: "; cin >> commission; total = price * (1 + commission/100); cout << "Итоговая сумма: " << total << endl; return ; }
  2.  
  3. Источник: https://xn--b1agapfwapgcl.xn--p1ai/ii-programmirovanie/

Editor

You can edit this paste and save as new:


File Description
  • Калькулятор
  • Paste Code
  • 09 Jun-2023
  • 413 Bytes
You can Share it: