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 |
can we directly write test cases in test directory.
How should validation activities be handled?
from user point of view wht is the test case for notepad
What is decision table testing?
What is the difference between GUI Testing,UI testing and Usability TEsting
Explain 5 Test Matrixes
Can you explain function points?
what is system testing?
is Business requirment doc is configurations item or not how you control configurations control
Which was the most interesting bug you found.
if you working with any emails why Inbox, outbx, folder all are in left side. why not Right side.
what kind of test cases we can automated.how to divide manual and automation test cases.