0 LIKES LikeUnLike
need to make an algorithm that makes a square spiral that looks like this http://home-and-garden.webshots.com/phot...except it needs to have 25 lines.The instructions say that I just need to make a minor trivial tweak to this formula:1.program square;2.Var length: integer;3.var count: integer'4.begin5.for count:=1 to 4 do6.begin7.length:=100;8.forward(lenght);9.left(90);10.end11.end.But I don't know what it is! I've been trying for hours trying to work this thing out.Does anyone know how to do this using the program thing above
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.