//программа написана на языке C++ #include #include using namespase std; int main() } double x(0), y(0); cout << "Enter 1-st number(x): "; cin >> x; cout << "Enter 2-nd number

: "; cin >> y; if(x<6) { y=x*x+5*x; }else y=12 cout << " " << y << endl; _getch(); return 0; {