Question Set

1. A student was asked to divide a number by 6 and add 12 to the number and then divided it by 6,getting 112 as the answer.The correct answer should have been:





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The teacher asked him whether he _____ give him the correct answer.....
QA->‘I have been touring different parts of the world. During these travels, I have had the good fortune to come into contact with several saints and maharshis. But I have frankly to admit that I have never come across one who is spiritually greater than Swami Sree Narayana Guru of Kerala” Whose words are these?....
QA->Rs. 6500 were divided equally among a certain number of persons. Had there been 15 more persons each would have got Rs. 30 less. The original number of persons was—....
QA->.In the following question the mathematical number follow according to a pattern.Discover that pattern and then pick up the missing number from the answer choices: 2,5,9,19,37,?....
QA->What a number is divided by 35 a remainder 10 is obtained and when it is divided by 45, the same remainder is obtained. Find the number?....
MCQ->A student was asked to divide a number by 6 and add 12 to the number and then divided it by 6,getting 112 as the answer.The correct answer should have been:....
MCQ->If a Student class has an indexed property which is used to store or retrieve values to/from an array of 5 integers, then which of the following are the correct ways to use this indexed property? Student[3] = 34; Student s = new Student(); s[3] = 34; Student s = new Student(); Console.WriteLine(s[3]); Console.WriteLine(Student[3]); Student.this s = new Student.this(); s[3] = 34;....
MCQ->What will be the output of the program? TreeSet map = new TreeSet(); map.add("one"); map.add("two"); map.add("three"); map.add("four"); map.add("one"); Iterator it = map.iterator(); while (it.hasNext() ) { System.out.print( it.next() + " " ); }....
MCQ->A student was asked to add 16 and subtract 10 from a number. He by mistake added 10 and subtracted 16. If his answer is 14 what is the the correct answer?....
MCQ->Which of the following statements is correct about the C#.NET code snippet given below? class Student s1, s2; // Here 'Student' is a user-defined class. s1 = new Student(); s2 = new Student();....
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