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 |
how do u initialize the constant variables
what is the difference between containership and inheritence?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
How do you define a class in oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
define oops with class and object
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
What is class and object with example?
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
When is it necessary to use member-wise initialization list in C++?