photo

Christine


Last seen: 3 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


write a recursive palindrome function but the error is always not enough input arguments
function p=palindrome(n) if length(n)==1 p==true elseif n(1:end)==palindrome(end:-1:1) p=true else p=false end i ...

environ un an il y a | 2 réponses | 0

2

réponses