Hi!!!
I wrote this program in Quick Basic 4.5.
(SCREEN 2)
(FOR I = 1 TO 40)
(CIRCLE (300, 100), 5 * I)
(NEXT)
(END)
Regards
mljmac
Hi!!!
I wrote this program in Quick Basic 4.5.
(SCREEN 2)
(FOR I = 1 TO 40)
(CIRCLE (300, 100), 5 * I)
(NEXT)
(END)
Regards
mljmac