x

Choose Country Code

x

Direction

x

Ask a Question

  • Ask a Question
  • Scan a Question
  • Post MCQ
  • Note: File extension must be of jpg, jpeg, png, bmp format and file size must not exceed 5 MB
x

Ask a Question

x

x
x
x
Hire a Tutor

Answers and Solutions

What's Your Question?
Answer

Arithmetic Operators:

Addition (+): Used to add two numbers together.

Subtraction (-): Used to subtract one number from another.

Multiplication (*): Used to multiply two numbers together.

Division (/): Used to divide one number by another.

Logical Operators:

AND (&&): Returns true if both operands are true, otherwise returns false.

OR (||): Returns true if at least one of the operands is true, otherwise returns false.

NOT (!): Returns the opposite boolean value of the operand.

XOR (exclusive OR) (^): Returns true if exactly one of the operands is true, otherwise returns false.

Answer

Four mathematical operators are 

  1. Division   %
  2. Multiplication *
  3. Substraction -
  4. Addition   +

Four logical operator 

greater than >

less than <

equal to ==

Not equal to !=

Answer

Arithmetic operator are as follows:

Negation (-)

Exponentiation (^) 

Multiplication and division (*, /)

Addition and subtraction (+,-)

Logical operators are as follows 

Not

And

Or

Xor

Logical opera

Answer

Arithmetic operators :-

1) plus (+): to add

2) subtract (-): to subtract

3) modulus (%): to find the remainder

4) division (/): to find the quotient

Logical operators are of three types as follows:-

1) Logical AND (&&): If both operands are non zero then the condition becomes true.

2) Logical OR (||): The condition becomes true if any one of them is other than zero. Otherwise, it returns false i.e., 0 as the value.

3) Logical NOT (!): If the condition is true then the logical NOT operator will make it false and vice-versa.

Post Answer and Earn Credit Points

Get 5 credit points for each correct answer. The best one gets 25 in all.

Post Answer