#include #include int main() { float x = sqrt(4); printf("The square root of 4 is: %f", x); return 0; }