Noodle - spot the errors


classe Noodle

     int type = "slimy";

     void Noodle(String flavor) {
          this.flavor = type;


     void slurp() {
          return "yum yum";
     type++
     }

}