Log in
What's new
Search
Search
Search titles only
By:
Menu
Log in
Navigation
Install the app
Install
More options
Contact us
Close Menu
evgeneivanovich
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Recent content by evgeneivanovich
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<<"Введите переменную: "...
evgeneivanovich
Post #11
month_11_short 20, 2011
Forum:
Other
evgeneivanovich
Top