how to do this ???
Posted: Tue Jun 03, 2003 1:22 am
how can i do this :
it'a a project for my universety and i really need it so here i go:
first step. i need to right my birth date (let's say 25.03.1982) ->the first number
2. from my birth date i have to do this - > 2+5+0+3+1+9+8+2 = 30 -> the second number
3. now 3+0 = 3 (if it was 34 thant it's 7,if it was a number over 10 (like 5+6 =11) then it's 1 etc.) -> third number
4. now 30 - 2*2 ( the first 2 is from my birthday date and the second 2 is a number to use at all situations) = 26
5. and now 2+6 (from the step number 4) = 8
6.now we have : 25.03.1982.30.3.26.8
7. i have 1 -> 1 times (from 1982 ); 2 ->3 times (from 25,1982 and 26);3 ->3 times(from 03,30 and 3);4 ->0 times(from and so on till 10 .
8. all this is going to a table like this:
-----------------------
1 | - | - |
-----------------------
222 | 5 | 88 |
----------------------
333 | 6 | 9 |
----------------------
how do i do this ? please help
THANKS
it'a a project for my universety and i really need it so here i go:
first step. i need to right my birth date (let's say 25.03.1982) ->the first number
2. from my birth date i have to do this - > 2+5+0+3+1+9+8+2 = 30 -> the second number
3. now 3+0 = 3 (if it was 34 thant it's 7,if it was a number over 10 (like 5+6 =11) then it's 1 etc.) -> third number
4. now 30 - 2*2 ( the first 2 is from my birthday date and the second 2 is a number to use at all situations) = 26
5. and now 2+6 (from the step number 4) = 8
6.now we have : 25.03.1982.30.3.26.8
7. i have 1 -> 1 times (from 1982 ); 2 ->3 times (from 25,1982 and 26);3 ->3 times(from 03,30 and 3);4 ->0 times(from and so on till 10 .
8. all this is going to a table like this:
-----------------------
1 | - | - |
-----------------------
222 | 5 | 88 |
----------------------
333 | 6 | 9 |
----------------------
how do i do this ? please help
THANKS