subject
Computers and Technology, 18.02.2021 08:50 casie65

#Draw patterns using fibonacci clg
cls
a=0
b=1
color yellow
rect 0, 0, 300, 300
while b <1000
n=a+b
print n
a=b
b=n
gosub fibonacci_draw
fibonacci_draw:
for i=a to b
color red
line a, b,i, i
next i
endwhile

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 16:30, jngonzo1226
Which of the following statements best describes it careers?
Answers: 2
image
Computers and Technology, 23.06.2019 02:00, HannahVance99
In the context of an internet connection, llc stands for leased line connection liability limited company local loop complex local loop carrier
Answers: 1
image
Computers and Technology, 23.06.2019 09:30, blake2001
Which of the following tasks is an audio technician most likely to perform while working on a nature documentary? (select all that apply). eliminating potentially distracting background noise adding sound effects making sure the lighting is adequate for a particular scene changing the narration to better match the mood of the documentary
Answers: 3
image
Computers and Technology, 23.06.2019 21:30, maddietomlinson113
Examine the list below. which factors positively affect lifetime income? check all that apply.
Answers: 1
You know the right answer?
#Draw patterns using fibonacci clg
cls
a=0
b=1
color yellow
rect 0, 0...

Questions in other subjects: