Showing posts with label operand. Show all posts
Showing posts with label operand. Show all posts

Tuesday, October 4, 2016

Assignment Operator in Java

Hi All...!

Today I'm going to teach you about assignment operator, symbol of the assignment operator is " = ". We use this operator to assign the value on it's right to the operand on it's left

Ex: int x = 0 ; (value 0 assign to x)