Math Equation Puzzle Solver

You have not uploaded your program! Please edit the page to upload your program.

Author:

Bio_Hazard1282_rPi3

Download: EQNPUZ.8xpNo Download Available
Version: 1
Compatibility: TI-83/84/+/SE
File Size: 544 Bytes
Genre: Arcade Graphics Platform Puzzle RPG Strategy Sports Casino Board Utility Misc
Rating:
TI|BD
ClrHome
Horiz
AxesOff
ZStandard
ZInteger
FnOff
PlotsOff
1→Xmin:100→Xmax
0→S
Text(0,1,"EQUATION PUZZLE SOLVER
For(I,0,94
For(J,0,6
Pxl-Change(J,I
End
End
Text(7,0,"CREATE EQUATION WITH:
randInt(10,20→R
For(I,1,R
randInt(5,50→L
randInt(1,1000→N
Text(13,0,"LENGTH OG: ",L
Text(19,0,"ANSWER OF: ",N
Input "Equation:*******",Str1    ;Replace the asterisks with spaces.
ClrHome
If L≠length(Str1):Then
Disp "Equation Length","Must Be
Output(2,9,L
Pause
ClrHome
End
expr(Str1→G
If N≠G:Then
Disp "Equation Answer","Is Not
Output(2,8,N
Pause
ClrHome
End
S+(N=G→S
For(J,7,-13,-1
Line(Xmin,J,Xmax,J,0
End
iPart(100I/R
Line(0,-14,Ans,-14
End
Full
ZStandard
AxesOn
Output(1,1,S
Output(1,3,"/
Output(1,4,R
"    ;Nothing goes here

What the community thinks:

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.