#include #include int main() { printf("The square root of two is %g\n", sqrt(2)); return 0; }