• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu
+ 1

Factorial of a number

Do the factorial of a number using a recursive function

recursivefactorial
31st Oct 2017, 1:07 PM
Felipe Lucas Otero
Felipe Lucas Otero - avatar
3 odpowiedzi
+ 2
int fact(int num) { if(num>1) { return num*fact(num-1); }else if(num==1){ return 1; }
31st Oct 2017, 1:44 PM
shobhit
shobhit - avatar
+ 2
My take in Java https://code.sololearn.com/cDO15j6FTfpn/?ref=app
31st Oct 2017, 1:50 PM
DAB
DAB - avatar
0
# Using Python https://code.sololearn.com/cM4VQXlTNKYF/?ref=app
17th Nov 2017, 9:33 AM
#RahulVerma
#RahulVerma - avatar

Często masz takie pytania?

Ucz się bardziej efektywnie, za darmo:

  • Wprowadzenie do Pythona

    7.1M uczących się

  • Wprowadzenie do Java

    4.7M uczących się

  • Wprowadzenie do C

    1.5M uczących się

  • Wprowadzenie do HTML

    7.5M uczących się

Zobacz wszystkie kursy
Popularne dzisiaj
Hofstadter a sequence code coach is not running
0 Votes
the code for bigneer is not really what to do after coding begeneer in sololearn
0 Votes
Input errors (python)
1 Votes
Vote Code
1 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Without degree job
0 Votes
Script file names
0 Votes
I wanna know is that what about dot net developers in future there is possible they gonna downfall in industry
0 Votes
Je cherche des gens qui parle français pour apprendre le langage c
0 Votes
How can I add gradient to the background
1 Votes