XER
December 25th, 2008, 07:04
My dad's an arrogant bastard and thinks this source code is air tight. I thought I'd put it to the test here.
Solve for PW.
Code:
Here is code where you can seek equation to determine fyt (command$):
4 gh = 1056: fyt = VAL(COMMAND$)
5 ON ERROR GOTO 6000
10 CLS
12 IF gh <> 1056 THEN PRINT "NOT SUCCESSFUL": END ELSE GOSUB 7000
IF PW <> VAL(COMMAND$) THEN 5000 ELSE PRINT "SUCCESSFUL": END
5000 PRINT "NOT SUCCESSFUL": END
6000 PRINT "ERROR": END
7000 PW1 = 120900!: : FYT2 = INT(SQR(fyt))
7020 PW2 = 83 - FYT2
PW = PW1 + PW2
7030 RETURN
Solve for PW.