DO NOT TRY THIS AT HOME : Rotteneggs.com text files and message bases are for INFORMATIONAL PURPOSES ONLY. DO NOT undertake any project based upon any information obtained from this or any other web site.We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site.
(95 votes) Published: Dec 28, 2006 3:24 p.m. Viewed 708 times
This egg is on a program i made to calculate how old you are in days.
all you have to insert is the current month, day, year, and your month, day, year of birth.
In this program -> is the button above the ON button on the calculator
here it is
ClrHome
Disp "1:January"
Disp "2:February"
Disp "3:March"
Disp "4:April"
Disp "5:May"
Disp "6:June"
Disp "7:July"
Pause
ClrHome
Disp "8:August"
Disp "9:September"
Disp "10:October"
Disp "11:November"
Disp "12:December"
Disp "Month"
Prompt A
Disp "Day"
Prompt B
Disp "Year"
Prompt C
Disp "Month Born"
Prompt D
Disp "Day Born"
Prompt E
Disp "Year Born"
Prompt F
ClrHome
If A=1
(31-(31-B))->G
If A=2
(28-(28-B))+31->G
If A=3
(31-(31-B))+59->G
If A=4
(30-(30-B))+90->G
If A=5
(31-(31-B))+120->G
If A=6
(30-(30-B))+151->G
If A=7
(31-(31-B))+181->G
If A=8
(31-(31-B))+212->G
If A=9
(30-(30-B))+243->G
If A=10
(31-(31-B)+273->G
If A=11
(30-(30-B))+304->G
If A=12
(31-(31-B))+334->G
(C-F)-2->H
H*365.25->I
If D=1
((31-E)+1)+334->J
If D=2
((28-E)+1)+303->J
If D=3
((31-E)+1)+273->J
If D=4
((30-E)+1)+242->J
If D=5
((31-E)+1)+212->J
If D=6
((30-E)+1)+181->J
If D=7
((31-E)+1)+150->J
If D=8
((31-E)+1)+120->J
If D=9
((30-E)+1)+89->J
If D=10
((31-E)+1)+59->J
If D=11
((30-E)+1)+31->J
If D=12
((31-E)+1)->J
G+I+J->K
Disp "Age In Days"
K+365.5->L
iPart(L->L
Disp L
Please rate fare this program took a long time to make.
De 28, 2006 3:52 pm - wow thats really complicated...I dont feel like typing that out on my graphing calculator...but it looks like it would work...
4*
Dec 28, 2006 4:00 pm - yea...i dont feel like doin that on my calculater becouse i was born on dec. 31 1992 and i dont really feel like putting numbers in a calculater. i fuckin hate math but 1+1=my vote
Dec 29, 2006 10:39 am - ok u seriously have no idea how 2 make a menu do u?
this is the second program that u hav posted that i know of and u still cant make a menu. i dont know if u even want to make a menu. u might b doin it this way on purpose. but i dont know why the hell u would do that. so here’s how u make a menu:
goto PGRM->C:MENU {ENTER}
Now make it look like this:
=================== ==========
MENU(" itleofthemenu"," hing 1",Variableforthing1 "Thing 2",Variableforthing2 #41;
LBL Variableforthing1
...
LB Variableforthing2
...
=== ========================== u can have as many menu items as u want.
there’s my tutorial for the day.
have a good one ;)