Computer Science, asked by baldish309, 7 days ago


This, represents walking by taking several steps. Rewrite this using a for loop:

leftFoot();
rightFoot();
leftFoot();
rightFoot();
leftFoot();
rightFoot();

Answers

Answered by umeshbarigidad9
0

Explanation:

right

left

left

right

left

right

Similar questions