How will you divide two numbers without using the division
operator?
Answers were Sorted based on User's Feedback
Answer / nakul gupta
we must subtract the second nnumber from the first till the
second number becomes greater than first number.
for example: we have two numbers a=245 & b=40 then a-b is
245-40=205
again 205-40=165
165-40=125
125-40=85
085-40=45
045-40=5
here we subract second number from first one 6 times &
remainder is 5.
Also if we divide 245 by 40 the quotient is 6 & remainder
is 5.
Is This Answer Correct ? | 53 Yes | 7 No |
Answer / ahmed
how i can convert it into program in java i mean count how many times the subtract will be
Is This Answer Correct ? | 3 Yes | 0 No |
What test cases should be written in performance testing manually?
can u give me the test scenario template and one example test scenario?
9 Answers Accenture, AppLabs, WCL,
what is traceability matrix? when we are using this traceability matrix in ur project?
what are all requirements need for create gmail login page
what is the formal technical review
I attendend written test in NDS bangalore in aug 2009. 20 aptitude and 10 descriptive questions. In aptitude they ask sums from time and work,time and distance,tap,feet and inches(12 inches=1feet),percentage etc...
why do you go for white box testing when black box testing is available?
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
What is a Bug Report?
I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???
what is tracebility matrix?
What is the difference between a test policy and test strategy? Need detailed answer with some highlights.