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 / kk

they write at the same rate (one line code pr minute )
so 5 minutes

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a class in oop?

608


When not to use object oriented programming?

574


what type of questions

1697


What is the real life example of polymorphism?

611


What is the full form of oops?

619






class type to basic type conversion

1843


What are the benefits of polymorphism?

628


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1703


what are the different types of qualifier in java?

1847


What is the fundamental idea of oop?

641


What is ambiguity in inheritance?

627


What are properties in oop?

613


What are the components of marker interface?

608


What polymorphism means?

624


What do you mean by Encapsulation?

645