float f1 = Convert.ToSingle(textBox3.Text.ToString()); int r = (int)(f1 + 0.5f); textBox4.Text = r.ToString();
Login to post response