JavaScript [edit]. let counter = 5; // Declaring two variables, counter and factorial let factorial = 1; do { factorial *= counter--; ...
確定! 回上一頁