bilhnevich lab 2 (46)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { cout << "enter x\n"; float x ; cin >> x; if(x>0 , x+1>0){ cout << "2x+1=" << 2*x + 1 ; }else{ cout << "no solutions" ; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines