Please explain to me what this program is doing, and what type of…

Question Answered step-by-step Please explain to me what this program is doing, and what type of… Please explain to me what this program is doing, and what type of calculation it is performing.Image transcription text6 #include 7 #include 8 using namespace std; 9 int ding (vectorrocky, int bw) ; 10 int count=0; //global variable 11 int main(void) 12 – {int i, n, value; 13 double answer ; 14vector first(5); 15 vector ::iterator it, it2; 16 answer=0; 17 cout< <&q... Show more... Show more  Computer Science Engineering & Technology C++ Programming CS 240 Share QuestionEmailCopy link Comments (0)