Answer:
The second statement super(40), should come before the statement int init = 10
Explanation:
The line of code implements a constructor in Java. In this constructor, the execution of call to the method super needs to be completed before the initialization of the variable int init