We want to generate a function that computes the series starting from 0 and ending until the given number. Example: Input: > 6. Output: 0+1+2+3+ ...
確定! 回上一頁