Please tell me the error in the code
Your code is producing runtime error when the list is purely odd , for eg
5
1 3 5 7 9
Your output : Runtime error
Expected output : 1 3 5 7 9
I have done it now using vwctors
Your code is producing runtime error when the list is purely odd , for eg
5
1 3 5 7 9
Your output : Runtime error
Expected output : 1 3 5 7 9
I have done it now using vwctors