#include #include int main() { double sqroot2; sqroot2 = sqrt(3.0); printf("The square root of 3 is %f.\n",sqroot2); return(0); }