Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
faktorial
def faktorial(n) if n==0 return 1 else n*faktorial(n-1) end end puts faktorial(4)
run
|
edit
|
history
|
help
0
Ruby
string orperations lecture and print
MY CODE
interacting through strings with loops
Testing out multiple variable returns in a method
soncita
Ruby Inheritence
MACK FIRST wall
ElaineBrown** rextester.com
IRSTSTMIDTRNS