1.Each secondary constructor must call super().
2.Each secondary constructor must call base().
3.Each secondary constructor must directly or indirectly delegate to the primary.
4.Each secondary constructor must have the same name as the class.
Answer:3