AKIRA
Tank
- Joined
- Feb 6, 2006
- Messages
- 3,000
- Reaction score
- 2
Im sort of confused. Here's what the question is asking:
"Write a Java program Ass1Q1b. The math library has several built in functions which are very useful. One of those is a toRadians(double) function. Create a table of values which will display the Degree measure in 5 deg increments from 0 to 360, in the left hand column and the Radian measure in the right hand column. Please have appropriate headings on the table."
the table should look something like this:
Degrees Radians
-----------------------------
0 (whatever value)
5 "
10 "
15 "
20 "
etc.. etc..
I'm pretty sure I know how to convert it, but it's just setting up the table that's really confusing...can anyone help please?
THANKS
"Write a Java program Ass1Q1b. The math library has several built in functions which are very useful. One of those is a toRadians(double) function. Create a table of values which will display the Degree measure in 5 deg increments from 0 to 360, in the left hand column and the Radian measure in the right hand column. Please have appropriate headings on the table."
the table should look something like this:
Degrees Radians
-----------------------------
0 (whatever value)
5 "
10 "
15 "
20 "
etc.. etc..
I'm pretty sure I know how to convert it, but it's just setting up the table that's really confusing...can anyone help please?
THANKS