Frage im Vorstellungsgespräch bei Accenture

write program to reverse a string

Antwort im Vorstellungsgespräch

Anonym

16. Aug. 2024

class reverseastring { public static void main(String[] args) { String name = "kalyan"; String rev=""; char ch; for(int i = 0;i