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 is destructor give example?
Is enum a class?
What is class and object in oops?
What is encapsulation oop?
What is data binding in oops?
write string class as your own class in java without using any built-in function
What are different oops concepts?
What is overloading in oop?
#include
What makes a language oop?
What type of loop is a for loop?
What does sksksk mean in text slang?
what are the realtime excercises in C++?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
What is inheritance in oop?