Hey .. new to C++ and need help writing this short program ......
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.