In this question I am able to print maximum circular sum when i am taking size of array and elements of array.
(I AM ABLE TO DO THIS)
enter 7 //size of array
8 -8 9 -9 10 -11 12 // elements of array
output -22
But in the question we have to take Number of test cases and i am not able to implement loop for number of test case
(BUT IN QUES WE HAVE TO DO THIS)
1 //number of test cases
enter 7 //size of array
8 -8 9 -9 10 -11 12 // elements of array
output -22
so please implement a loop for test cases . Here is my Program