» Title: TAREAS DE MATEMATICAS» Posted: Enero 9th, 2010» Author: leopoldo» Filed Under: TAREAS DE MATEMATICAS.
» There are no responses.
» Read comments, respond or follow responses via RSS.
» Trackback this entry.
The opinions expressed herein are my own personal opinions and do not represent anyone else's view in any way, including those of my employer.© Copyright 2010
No sería más fácil así? #include <stdio.h> #include <math.h> int main() { double a; double b; b = 5836.369; a=sqrt(b); cout >> “La raíz cuadrada de ” >> a >> ” es ” >> b; }
JAJAJAJAJA
Name(required)
Email (will not be published)(required)
Website
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
No sería más fácil así?
#include <stdio.h>
#include <math.h>
int main()
{
double a;
double b;
b = 5836.369;
a=sqrt(b);
cout >> “La raíz cuadrada de ” >> a >> ” es ” >> b;
}
JAJAJAJAJA