hoe can we write a program in BASIC to draw a star
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
10 screen 7
20 line(0,0)(80,0),1
The first parameter is the (x,y) starting point of your vector and the second parameter is the ending point. The last parameter is the color of the line.
The reset you will have to do on your own. This should help…
http://dhurley.com/GW%20BASIC.htm
http://www.antonis.de/qbebooks/gwba…