1
Guys, here’s what I’m doing: I’m doing a C# and I wanted to put in a root calculus. The problem is that the calculation is only done with the value I put in the variable first. I can not put this part of the code to calculate a value I type on the keyboard or I click on the screen. Someone can help?
private void buttonRaiz_Click(object sender, EventArgs e)
{
double primeiro = 2;
double resutado = Convert.ToSingle(Math.Sqrt(primeiro));
Tela.Text = resutado.ToString();
}
It’s not clear.
– Joy Peter