How would I remove letters at an even position throughout a string in Java?

前端 未结 0 734
时光取名叫无心
时光取名叫无心 2021-01-06 07:37
public static String removeEvens(String[] reversedNames){
        
        String evensRemoved = "";
        
        String str = reversedNames[1];
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题