Question 4 options: The declaration for function summation is given…

Question Answered step-by-step Question 4 options: The declaration for function summation is given… Question 4 options:The declaration for function summation is given as follow:     int summation ( vector &values )4) In order to prevent any value change to the vector values inside function summation, what C++ keyword should be added to the syntax at the following indicated location  int summation (   C++ keyword here vector &values )      Computer Science Engineering & Technology C++ Programming SIT 102 Share QuestionEmailCopy link Comments (0)