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 ?
Answers were Sorted based on User's Feedback
Answer / sudeep dutta
14. It was very easy. I learned unitary method in class 5.
| Is This Answer Correct ? | 24 Yes | 3 No |
Answer / shiva
programmer * mins/lines = programmer * mins/lines
14*14/14 = 5*x/5
x=14 mins
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kk
they write at the same rate (one line code pr minute )
so 5 minutes
| Is This Answer Correct ? | 3 Yes | 4 No |
What is data binding in oops?
What is virtual constructors/destructors?
what is the difference between function template and template of function?explain with example.
What is encapsulation process?
what is the difference between inter class and abstract class...?
Why is oop better than procedural?
What is purpose of inheritance?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
What is the example of polymorphism?
Why do we need polymorphism in c#?
What do you mean by abstraction?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }