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

14 mins

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can inline function declare in private part of class?

3666


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1643


Can enum be null?

590


What is the highest level of cohesion?

581


Why do while loop is used?

579






What is basic concept of oop?

706


what type of question are asked in thoughtworks pair programming round ?

1766


What is cohesion in oop?

626


What is the difference between procedural programming and oops?

561


What is object and class in oops?

592


Is abstract thinking intelligence?

602


What are the advantages of polymorphism?

577


Can we override main method?

609


What is the difference between inheritance and polymorphism?

594


What is data binding in oops?

592