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 Ammu4392:

Did you forget to do something like this before assigning the values?

cores=new[10];