The IT giant Tirnop has recently crossed a head count of
150000 and earnings of $7 billion. As one of the forerunners
in the technology front, Tirnop continues to lead the way in
products and services in India. At Tirnop, all programmers
are equal in every respect. They receive identical salaries
and also write code at the same rate. Suppose 14 such
programmers take 14 minutes to write 14 lines of code in
total. How long will in take 5 programmers to write 5 lines
of code in total ?
Answer Posted / shiva
programmer * mins/lines = programmer * mins/lines
14*14/14 = 5*x/5
x=14 mins
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are different oops concepts?
Can we override main method?
Give two or more real cenario of virtual function and vertual object
What is the real time example of encapsulation?
What is polymorphism in oop example?
What is difference between abstraction and encapsulation?
Which language is not a true object oriented programming language?
Explain virtual inheritance?
What is oops with example?
What is difference between oop and pop?
Why do pointers exist?
can we make game by using c
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is this pointer in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++