If '+' means subtraction, '÷' means addition, '<' means multiplication and '>' means division, then find the value of the given statement,
The value of 9 ÷ 7 < 8 > (4>2) + 5 will be
View Answer Report Error Discuss
In a certain code language, “HARMS” is written as “81181319” and “FLUTE” is written as “61221205”. How is “WOUND” written in that codelanguage?
In a certain code language "GASTRIC" is written as "UCIREKT". How will "DECEIVE" be written in that code language?
If THOUGHT is coded as THGUOHT then THROAT will be coded as
In a certain code language, "PEN-TAN" is written as "0". How is "DEN-COB" written in that code language?
The complexity of linear search algorithm is
The worst case complexity of linear search is O(n).
If "P" denotes "multiplied by", "R" denotes "subtracted from", "S" denotes "added to" and "Q" denotes "divided by", then which of the following equation is true?
3 x 3 + 3 - 3 + 3 = ?
Using BODMAS law,
3 x 3 + 3 - 3 + 3 =
3 x 3 = 12
= 12 + 3 - 3 + 3
= 9 + 3
= 12
Hence, 3 x 3 + 3 - 3 + 3 = 12.