What is the output of below VB.Net code?

MessageBox.Show(Math.Sin(90))

 Posted by vishalneeraj-24503 on 12/23/2013 | Category: VB.NET Interview questions | Views: 2594 | Points: 40
Answer:

Output would be 0.893996663600558.
As Math is an in-built VB.Net class and Sin is just static method of Mat class.Sin is a Trigonometry sign.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response