write a programme to calculate the square root of a number

Recommended Answers

All 3 Replies

double mySquareRoot = Math.Sqrt(number)

ex :

Interaction.MsgBox(Math.Sqrt(9));

if this thread was solved then please mark it as Solved. so other member can find it easily if they had a same problem. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.