Question: can this be done without ? if so thats how ild like it. also it has to loop like the picture and ask the user
1: Degree Conversion (required) Textbook Chap 4-18 Unit Conversions Write a program that generates a table of conversions from degrees, to radians. The first line should contain the value for degrees, and the last line should contain the value for 360 degrees. Your program will ask the user to enter the increment to use between lines in the table. Your program should allow the user to construct as many tables as they would like before ending the program Sample Output: a Microsoft Visual Studio Debug Console Lab #5 by (your name here. - problem name) Enter value for increment between lines: 30 pegrees to Radians with increment 30.000 pegrees Radians 2.000 0.000 30.000 0.524 60.000 1.047 90.000 1.571 120.000 2.094 158.000 2.618 180.00 3.142 210.000 3.665 240.000 4.189 270.000 4.712 380.000 5.236 330.000 5.760 360.000 6.283 lould you like to construct another table(Y or N): a Endnf chanera
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
