1. . In a certain code language '123'means 'bright little boy, 145 means 'tall big boy' and 637 means beautiful little flower, which digit in that language means bright?




Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->In a certain code 743 means Mangoes are good; 657 means Eat good food; and 934 means Mangoes are ripe. Which digit means ripe in that language?....
QA->In a certain code language, `253` means `books are old` `546` means `man is old` and `378` means `boy good books`. What stands for `are` in that code?....
QA->In a certain code language CINEMA is written as ZLKHJD. How we can write the word AWARDS in the same language?....
QA->.In a certain code 13479 is written as AGEFT and 5268 as MPNX,How is 369824 written in that code?....
QA->If in a certain code BAT =23 and CAT = Then how will you code BALL?....
MCQ->. In a certain code language '123'means 'bright little boy, 145 means 'tall big boy' and 637 means beautiful little flower, which digit in that language means bright?....
MCQ->If N = 196, the result of the following program will be

INTEGER N, DIGIT 1, DIGIT 2, DIGIT 3,
SUM
READ, N
DIGIT 1 = N - (N / 10) 10 N = N / 10
DIGIT 2 = N - (N / 10) 10 N = N / 10
DIGIT 3 = N - (N / 10) 10
SUM = DIGIT 1 + DIGIT 2 + DIGIT 3....
MCQ->Question: Which word in the code language means 'flower' ? Statements: 'de fu la pane' means 'rose flower is beautiful' and 'la quiz' means 'beautiful tree'. 'de la chin' means 'red rose flower' and 'pa chin' means 'red tea'.

....
MCQ->Which of the following is correct way to convert a String to an int? String s = "123"; int i; i = (int)s; String s = "123"; int i; i = int.Parse(s); String s = "123"; int i; i = Int32.Parse(s); String s = "123"; int i; i = Convert.ToInt32(s); String s = "123"; int i; i = CInt(s);....
MCQ->Statement: "If you are beautiful, we will catch your beauty. If you are not, we will make you beautiful." - An advertisement of a photo studio. Assumptions: How to look beautiful is a problem of youngsters. A photograph can be beautiful even if a person is not. People like to be considered beautiful.

....
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