1. Which is the odd one : 8, 27, 16, 64 ?

Answer: 16

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->Who exhorted the world famous dictum "One caste, One religion, One clan, One world, One God"?....
QA->“One caste, One religion and One God for man of the same blood and form, there is no difference animals of the same caste alone procreate Viewed thus all humanity belong to one caste”- In which book of Sree Narayana Guru these words can be seen?....
QA->Which is the odd one : 8, 27, 16, 64 ?....
QA->Which is odd one....
QA->Find the Odd one out:....
MCQ->Which of the following code snippets are the correct way to determine whether a is Odd or Even? int a; String res; if (a % 2 == 0) res = "Even"; else res = "Odd"; int a; String res; if (a Mod 2 == 0) res = "Even"; else res = "Odd"; int a; Console.WriteLine(a Mod 2 == 0 ? "Even": "Odd"); int a; String res; a % 2 == 0 ? res = "Even" : res = "Odd"; Console.WriteLine(res);...
MCQ->Pick out thể one word for - a secret arrangement...
MCQ->public void test(int x) { int odd = 1; if(odd) / Line 4 / { System.out.println("odd"); } else { System.out.println("even"); } } Which statement is true?...
MCQ->An odd-parity generator produces an odd-parity bit to go along with the data. The parity of the transmitted data is _____ An XOR gate can test each received word for parity rejecting words with _____ parity....
MCQ->The number of variables in a function is odd and the number of minterms with even number of 0's are same as the number of minterms with odd number at 1 's, the expression formed can be represented in __________ as well as __________ form....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution