Lab 2(46)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { double x, y; cout << "enter x "; cin >> x; y = abs(x) + abs(x + 1); cout << y; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines