Question
Present average of age of A and B is (9x-15) years.
Present average age of A, B and C is (6x+5) years. If present age of B is 20% less than the present age of C and 25% more than the present age of A, then find the present age of A.Solution
Sum of the present age of A and B = 2 × (9x – 15) = 18x – 30 years Sum of the present age of A, B and C = 3 × (6x + 5) = 18x + 15 years So, the present age of C = 18x + 15 – 18x + 30 = 45 years Present age of B = 45 × (80/100) = 36 years Present age of A = (36/125) × 100 = 28.8 years
In Python, which method is used to convert a string to lowercase?
In Java, which method is called when an object is garbage collected?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which of the following is correct for a single-line comment in C++?
Which of the following systems is typically designed to support managerial decision-making? Â Â Â Â Â Â
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?   Â
Which of the following is used to handle exceptions in Java?
Which of the following is true about Java interfaces?
Which of the following algorithms is used for finding Minimum Spanning Tree?
Which of the following is used to declare a list in Python?