My plan is to convert the number into a string using .to_string() and then use .chars() to iterate over the digits as characters. Then I want to convert ...
確定! 回上一頁