Movies as code
Home
Genres
Top Posts
All Movies
Top Geeks
Submit
Created by
Ben Howdle of
Star Wars Episode VI: Return of the Jedi
Friday, March 23rd, 2012 at 2:32 pm |
Action
| by
Guigui
String star_wars(int episode) {
if (episode == 6) {
return "jedi";
}
}
Vote up this code
1
Nidget
Compilation error: function should return value …