Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
What does = mean in Visual Basic?
Contents
- What does -= mean in Visual Basic?
- What is the difference between += and =+?
- What does += mean in Visual Studio?
- What does -= mean in computer science?
What does -= mean in Visual Basic?
-= Operator (Visual Basic) Subtracts the value of an expression from the value of a variable or property and assigns the result to the variable or property.
What is the difference between += and =+?
+ is an arithmetic operator while += is an assignment operator.. When += is used, the value on the RHS will be added to the variable on the LHS and the resultant value will be assigned as the new value of the LHS..
What does += mean in Visual Studio?
The += operator adds the value on its right to the variable or property on its left, and assigns the result to the variable or property on its left.
What does -= mean in computer science?
The subtraction assignment operator ( -= ) subtracts the value of the right operand from a variable and assigns the result to the variable.
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours