I need to write a program that reads angles in radians from an input disk and converts them in degre
- by Amadou
Write a program that reads angles in radians from an
input disk le and converts them into degrees, minutes, and
seconds. Output should be written into another le. A sample
input le could be:
# this is a comment
# your program should be able to skip comment lines
# and blank lines
# input radian numbers could be seperated by blanks
0.0 1.0
# or by a newline
3.141593 6.0