Azienda coinvolta
Write code that reverses words in a string.
Anonimo
$string = "Write code that reverses words in a string" $words = $string -split " " [array]::Reverse($words) $words -join " "
print(string1[::-1])
string.split('').reverse().join('')
Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.
Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.