Ruby program to get characters from # a string using the index. Mystr = "Hello World"; index=0; while index<Mystr.length print Mystr[index] ...
確定! 回上一頁