Azienda coinvolta
Write a program to reverse a string
Anonimo
String reverse(String s){ int length = s.length()-1 String s1 = "" while (length >= 0){ s1 = s1 + s[length] length-- } return s1 }
forget semicolumns (;), sorry
Push char by char on a stack then concatenate all the pops until the stack is empty.
Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.
Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.