Recent content by evgeneivanovich

  1. E

    Калькулятор на С++

    #include <iostream> using namespace std; int main() { setlocale(LC_ALL,".1251"); const int maxCnt=5; float a[maxCnt],b[maxCnt],res[maxCnt]; int cnt=1; char zn[maxCnt]; char answer='y'; while (answer=='y' || answer=='Y') { cout<<"Введите переменную: "...
Top