Question Set

1. If A means addition (+) B means subtraction (-) C means multiplication (x) and D means (/) what is the value of expression: 6 B12 A 30 C 6 D 3 ?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->If P means / , T means +, M means -, and D means x, then what will be the value of the expression 12M12D28P7T15?....
QA->Who were hailed for the invention of Addition; Subtraction and Division?....
QA->If ‘+’ means ‘×’, ‘__‘ means ‘+’, ‘×’ means ‘÷’ and ‘÷’ means ‘__‘ then find the value of; 6 – 9 + 8 × 3 ÷ 20 = ……. .....
QA->If + means × , - means † , × means - and † means + then 16 – 4 + 3 × 5 ÷ 2 =....
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?....
MCQ->If A means addition (+) B means subtraction (-) C means multiplication (x) and D means (/) what is the value of expression: 6 B12 A 30 C 6 D 3 ?....
MCQ->What is correct about the following program? #include class Addition { int x; public: Addition() { x = 0; } Addition(int xx) { x = xx; } Addition operator + (int xx = 0) { Addition objTemp; objTemp.x = x + xx; return(objTemp); } void Display(void) { cout<< x << endl; } }; int main() { Addition objA(15), objB; objB = objA + 5; objB.Display(); return 0; }....
MCQ->If P means addition,Q means subtraction ,R means multiplication,s means division,what is the value of 30P20S5Q4R3....
MCQ->What will be the output of the following program? #include<iostream.h> struct MyData { public: int Addition(int a, int b = 10) { return (a = b + 2); } float Addition(int a, float b); }; int main() { MyData data; cout<<data.Addition(1)<<" "; cout<<data.Addition(3, 4); return 0; }....
MCQ->Match the following: List I (Operation in Basic) List II (Priority) A.Exponentiation1.1B.Multiplication and division2.2C.Addition and subtraction3.3D.Expression within parenthesis4.4

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