Arrays

I am desperate for help here - I have no idea where to start


Given an array of angles A = [0 30 60 90 120 150 180 210 240 270 300 330 360]
write a program that will generate the data set of angles automatically and provide three columns; sin(angle), cos(angle), tan(angle). Make this program as compact and readable as possible.
Last edited on
Duplicate post. I already answered here:

http://www.cplusplus.com/forum/general/131653/
Topic archived. No new replies allowed.