Question: Create a C ++ program using the while loop that will create a trig table of Sin Cos and Tan of an angle. The program
Create a C ++ program using the while loop that will create a trig table of Sin Cos and Tan of an angle. The program should direct the user for input as to the whole number degree increments to calculate the Sin Cos and Tan. For example, it would direct the user to input the increment steps for angles and a user would respond lets say with with 30 degree increments. Again the user decides the degree increments. The output should print to three decimal places. The output would look something like:
Degrees Sin Cos Tan
0 xxx xxx xxx
30 xxx xxx xxx
60 xxx xxx xxx
So the users decides what are the steps in degrees and the program outputs the table.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
