ok,
I am actually making a code which will do the numerological calculations.
The user will be asked to enter his name, date of birth, month and year of birth.
First the code will calculate the destiny number(using dob, mob and yob), name number(using name) and radical number(using date of birth).
(all the numbers will be between 1to9)
suppose dob is -28 then the radical no. will be = 2+8=10=1+0=1
hence 1 will be the radical number.
This way the name number and destiny number will be calculated.
This much coding I have done.
In numerology, each number i.e. from 1 to 9 has certain characteristics and they will have their friends, enemy's and neutral numbers from them.
Suppose if name number is 1 and radical is 6 and destiny is 8;
the name number will be now matched with the radical and destiny number to know if the radical and destiny number is the friend /enemy/neutral for the name number. And according to this the o/p wil be shown.
Each number has different set of friends, enemy's and neutral number.
For e.g.
for name number : 1
excellent number :{9}
friends are { 4,8}
Neutral are {2,3,5}
enemy are{6,7}
similarly for other set from 1-9.
please suggest something.
thanking you .