What exactly does it imply when something is assigned using the Assignment operator

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter6: Sub And Function Procedures
Section: Chapter Questions
Problem 2MQ2
icon
Related questions
Question

What exactly does it imply when something is assigned using the Assignment operator?

Expert Solution
Step 1

Introduction

Assignment operator are used to assigning value to a variable. The left side operand of the assignment driver is a variable and right side operand of the assignment driver is a value. The value on the right side must be of the same data- type of the variable on the left side else the compiler will raise an error.

steps

Step by step

Solved in 2 steps

Blurred answer