0 Members and 1 Guest are viewing this topic.
Perhaps some kind sou can run + debug this program for me.10 OPSTRING$ ="Is this a perpetual motion design"20 PRINT OPSTRING$30 INPUT A$40 IF LEFT(A$,1)="y" OR LEFT(A$,1)="Y" THEN PRINT "NO, IT DOES NOT WORK" : GOTO 6050 PRINT " IT MIGHT WORK"60 END
Quote from: Bored chemist on 15/10/2017 10:58:58Perhaps some kind sou can run + debug this program for me.10 OPSTRING$ ="Is this a perpetual motion design"20 PRINT OPSTRING$30 INPUT A$40 IF LEFT(A$,1)="y" OR LEFT(A$,1)="Y" THEN PRINT "NO, IT DOES NOT WORK" : GOTO 6050 PRINT " IT MIGHT WORK"60 ENDYou have a coding error at line 60. To reflect the persistence of perpetual motion enthusiasts it should be 60 GOTO 10
I would like to test some of my plans for perpetual motion device, all of them are made of steel,
Computer models and software depend on 2-D logic (cause and affect), therefore it may be possible to develop software to demonstrate perpetual motion, even though it is not possible in the real world.