[need help]

i have a question and task about operator precedence :confused:

1.what is the operator precedence
2.how to use operator precedence for this :

>> 3*10*2/15-2+4^2^2 ?
>> ...