Given a string "AABCCC" make a new string "2A1B3C"
Anonymous
public class test { public static void main(String[] args) { // TODO Auto-generated method stub String first = "AABCCC"; String newStr = ""; for (int i=0;i
Check out your Company Bowl for anonymous work chats.