Question
A shopkeeper sold a laptop after
giving two successive discounts of 20% and 5% while making a profit of 30%. Find the approximate cost price of the laptop if the marked price is Rs. 75,000.Solution
ATQ, Marked price of the laptop = Rs. 75,000 Selling price of the laptop = (75000 × 0.80 × 0.95) = Rs. 57,000 Cost price of the laptop = (57000/130) × 100 = Rs. 43,846.15 or Rs. 43,846
Which of the following best represents the concept of polymorphism in Object-Oriented Programming?Â
What does Cyclomatic Complexity measure in software engineering?
A Python function get_element(arr, index) is supposed to return the element at a given index.
def get_element(arr, index):
  # Assume ...
The order of convergence of Newton-Raphson method is:
Consider the following C++ code:
#include
class Base {
public:
  Base() {
    std::cout << "Ba...
Consider the following Java code:
public class LengthMix {
  public static void main(String[] args) {
    int[] numbers...
Which of the following statements accurately describes the object-oriented programming (OOP) support in Java and C?
Which of the following algorithms is a classic example of the Divide and Conquer paradigm?
What were the early operating systems commonly known as, and what was their primary function?
Average waiting time of all process?