The answer you entered to the math problem is incorrect.

There is no such thing as

There is no such thing as 'delete [size] array_ptr' - you cannot specify the number of elements to delete - you ALWAYS delete the whole array by doing 'delete [] array_ptr'. The runtime keeps track of how many elements the array has.

Reply

Please solve the math problem above and type in the result. e.g. for 1+1, type 2.