lab01

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { float a, b, c, delta, x1, x2; a=1; b=8; c=-9; x1 = (-b + sqrt(delta)) / (2*a); x2 = (-b - sqrt(delta)) / (2*a); printf(" O resultado é: %f ", x1); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines