I'm trying to create a dynamic array of type int and using a for loop trying to assign a value to each element of the array. I'm getting a syntax error while doing so

In reply to ningyangverificationacademy:

IF I do that I get a error stating syntax error at new

cores = new[10];