I want to write a simple program using c language that


I want to write a simple program using C language that converts GPS coordinates between three different notational forms. What I want the program to do is: 1)Ask the user to enter coordinates in decimal degrees. After that it should report back the value back in all three forms. 2)Ask the user to enter in degree decimal minute form. After that it should report back the values in all three forms. 3) Ask the user to enter in degree minute second form. After that it should report back the values in all three forms. **(this is what I mean by all three formats when reporting back:* 42.87157 degrees is equal to 42 degrees 52.294 minutes, which is also equal to 42 degrees 52 minutes 17.64 seconds.)

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: I want to write a simple program using c language that
Reference No:- TGS0570870

Expected delivery within 24 Hours