There is one more doubt as::
In Command Window 
when i write      fix(157/2) gives answer as 78
but when i write               fix(n1/2) gives answer as 79
and according to my code i want to write     fix(n1/2) and wwant to get answer as 78  i.e quotient without round off   !!