Declare Integer C <- 0 Declare Real F <- 0 Open Filename Display "C F" For C = 0 To 50 Set F = C * 9.0 / 5 + 32 Display C, ...
確定! 回上一頁