Chaos to Order Experiment

Discuss whatever you want here--both QB and non-QB related. Anything from the DEF INT command to the meaning of life!

Moderators: Pete, Mods

Post Reply
frenchfry
Newbie
Posts: 4
Joined: Tue Aug 24, 2010 12:33 pm

Chaos to Order Experiment

Post by frenchfry »

10 SCREEN 8
20 ' neuron one


50 a = INT(RND(1) * 7 ) + 1
60 y = INT(RND(1) * 1000) + 1
70 z = INT(RND(1) * 1000) + 1
80 IF y = z THEN 500 ELSE 50

500 CIRCLE (320, 100), y, a



600 GOTO 50
User avatar
msdos622wasfun
Coder
Posts: 24
Joined: Sun Jun 20, 2010 11:19 pm
Location: Michigan, USA
Contact:

Post by msdos622wasfun »

Trippy!
Check out my Freeware at <a href="http://erichkohl.blogspot.com/p/my-software.html">My Software Page!</a>
Tobiascute
Newbie
Posts: 1
Joined: Tue Jan 31, 2012 3:07 am

order to experiments

Post by Tobiascute »

Next, there were several experiments done in order to figure out how to actually gather the sunlight. After they had figured out how to do that, they did solar experiments in order to figure out how to store the energy and how to change it into the usable energy that we need.
Post Reply