Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Operaciones 2 grado
//fpc 3.0.0 program HelloWorld; var a,b,c,x1,x2: real; begin Read(a,b,c); x1:=(-b+sqrt((b*b)-(4*a*c)))/(2*a); x2:=(-b-sqrt((b*b)-(4*a*c)))/(2*a); Writeln('Raiz 1 = ',x1:0:1); Writeln('Raiz 2 = ',x2:0:1); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
08 while
Test
Quadratic equation
BubbleSor (slimmer)
lecturas
zadanye 4
practica 7 ejercicio B10
registro de alunos, calculo de média
Martix
Vector Distancia constante
Please log in to post a comment.