Question
Average run per wicket of a bowler is 11.5. In his next
innings bowler took 5 wickets and conceded 40 runs, thereby he reduced his bowling average by 0.5. Find the total numbers of wicketsSolution
Next innings average = 40/5 = 8 And after reducing bowling average = 11.5-.5 = 11            11.5                8                        11            3         :          .5            6         :          1 Total numbers of Wicket = 5×7 =35
Which of the following protocol is a network layer protocol and used for reporting errors?
What is the primary advantage of using an Object-Oriented Programming approach?
What is the main drawback of the Minimax algorithm?
The concept of demand paging relies on:
What is the main purpose of disk scheduling in an operating system?
CDATA is used in XML to:
Which operation adds an element to the rear of a queue?
The output of the circuit below is _______
Polymorphism, meaning "many forms," allows objects of different classes to be treated as objects of a common superclass. Which of the following best des...
Complete the Java code to replace all occurrences of a specific word (case-insensitive) in a string.
public class RegexReplacer {
  pu...