photo

sesha sai


Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How do you write a matlab function that identifies if a string is a palindrome or not?
function [ palindromic ] = palindrome( string ) if length(string) < 1 palindromic = logical(1); return; ...

environ 4 ans il y a | 2