Write a method callDisplaySineTable(), that prompts the user for a starting value and an step size. The method will calculate and display a table (10 rows) of sine values based on the user input. Use the built-in methodMath.Sin()to obtain the sine of an angle. e.g. if the starting value is 0.5 and the step size is 0.03 the method will display the following table:0.50 0.47940.53 0.50550.56 0.53110.77 0.6961
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here