Question Set

1. Turn the ODD MAN out from the following: 253, 136, 324, 514, 460, 244





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Turn the ODD MAN out from the following: 253, 136, 324, 514, 460, 244....
QA->John started from his home and walked 12 km.Then he took a right turn and walked 4 km.Then again,he took a right turn and walked 8 km and finally took another right turn and walked 1 km.How far is he from his home now?....
QA->Rahim travelled straight from point E to F at a distance of 5 km. From F he turned left and travelled 6 km and reached point G, there he took a left turn and travelled 5 km to reach point H. He took another left turn and travelled 2 km and reached point I. How far is he from the starting point ?....
QA->Find the odd man out....
QA->Find the odd man out:....
MCQ->Turn the ODD MAN out from the following: 253, 136, 324, 514, 460, 244....
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->I am facing South.I turn right and walk 20 m .Then I turn right again and walk 10 m .Then I turn left and walk 10 m and then turning right walk 20 m.Then,I turn right again and walks 60 m.In which direction am I from the starting point....
MCQ->Veena walked 5 m towards north, took a left turn and walked 7m. She took a left turn again and walked 8m before taking a left turn and walking 7 m. She then took a final left turn and walked 1 m before stopping. How far is Veena from the starting point....
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?....
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