square root in c# programming code example Example: c# square root function int num = 4; Math.Sqrt(num);