class VolcanoRobot extends ScienceRobot {

    String status;
    int speed;
    float temperature;
    int power;
}
