Star Wars Episode VI: Return of the Jedi

String star_wars(int episode) {
    if (episode == 6) {
        return "jedi";
    }
}
Vote up this code1
  • Nidget

    Compilation error: function should return value …