Thirty men take 20 days to complete a job working 9 hours a day. How many hour a day should 40 men work to complete the job? (a) 8 hrs (b) 7 1/2 hrs (c) 7 hrs (d) 9 hrs
35 132074Post New Atos Origin General Aptitude Interview Questions
Is Redshift similar to RDS ?
Is arraylist faster than array?
How to make Private company into public limited company ?
Write a program to find maximum and minimum number in array?
Who inspires you the most in life?
what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }
How do I clean up my windows 10 laptop?
What is a permission set?
How many callouts to external service can be made in a single apex transaction? : salesforce integration
What do you mean by adaptive server enterprise?
Define activation energy?
How many regions are available in aws?
What is the use of 'print' in php?
What is the symbol indicated the c-preprocessor?
Why scala is used in spark?