Generation

generate functionMon, 21 Nov 2022

find the square root of a number

++ #include <stdio.h> #include <math.h> int main() { double a = sqrt(2); printf("%lf", a); return 0; }

Questions about programming?Chat with your personal AI assistant