Question
35.05% of 14.87 × (13.02 – ?) + 30.19 =
188.7 What approximate value will come in place of the question mark (?) in the following question? (Note: You are not expected to calculate the exact value.)ÂSolution
ATQ, 35.05% of 14.87 × (13.02 – ?) + 30.19 = 188.78 35% of 15 × (13 – ?) + 30 ~ 189 5.25 × (13 – ?) + 30 ~ 189 (13 – ?) + 30 ~ 189 ÷ 5.25 (13 – ?) ~ 36 – 30 (13 – ?) ~ 6 ? ~ 7
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?