February 2019 0 19 Report
Wskaż błąd w tym zapisie program c++
int liczba=5;
int rekurencja (int &liczba)
{
if (liczba==0) return 1;
else return rekurencja(liczba-1)*liczba;
}
More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.