i am trying to find the sin (any number *Pi) but for some reason its not working. the result i am getting is the answer of (sin(any number)) * pi
here is an example of my code:
Answer.Text = Sin(variable1 * Math.PI)
****note variable1 is user input
thank you for all the help so far, really appreciate it.
here is an example of my code:
Answer.Text = Sin(variable1 * Math.PI)
****note variable1 is user input
thank you for all the help so far, really appreciate it.