replace ('i','a'); -> This will replace the character 'i' in "is" string to 'a' ,so that the output string is "as as as as as". Lets implement this on Eclipse ...
確定! 回上一頁