●实验目的●使用类来封装对象的属性和行为●实验要求Tankspeed : doublebulletAmount : intspeedUp(int) : voidspeedDown(int) : voidsetBulletAmount(int) : voidfire() : void