Console.WriteLine("R Rule Solver By Ali Kabeel")
Console.WriteLine("Is the question beginning in: ")
Console.WriteLine("1.Sin")
Console.WriteLine("2.cosin")
Console.Write("Please enter the Number of your choice: ")
Console.Write("Please enter the coffecient of sin α: ")
Console.Write("Please enter the coffecient of cos α: ")
R = Math.Sqrt(A ^ 2 + B ^ 2)
Console.WriteLine("The value of R = " & R)
Console.Write("The Angle = " & Angle * 180 / Math.PI)
Console.Write("Please enter the coffecient of cos α: ")
Console.Write("Please enter the coffecient of sin α: ")
R = Math.Sqrt(A ^ 2 + B ^ 2)
Console.WriteLine("The value of R = " & R)
Console.Write("The Angle = " & Angle * 180 / Math.PI)