Example: Print Fibonacci Sequence. # take input from the user nterms = as.integer(readline(prompt="How many terms? ")) # first two ...
確定! 回上一頁