Square root in C++ programming language -
please help. syntax write square root of following √4*3.142*a in c plus plus programming language. variable.
you can use sqrt(4*3.142*a)
don't forget add first #include<cmath>
please help. syntax write square root of following √4*3.142*a in c plus plus programming language. variable.
you can use sqrt(4*3.142*a)
don't forget add first #include<cmath>
Comments
Post a Comment