If you want to command a character to move 10 steps forward, what code will you use?

A. Int++ character move
B. repeat 10 times
C. Turn 10 steps
D. When “green flag” pressed; move 10 steps

B. repeat 10 times