Answer:
the "=" sign is used to assign value to a variable. Example:
int number = 25;
You are basically assigning the value '25' to a variable of type 'integer' called 'number'.
Step-by-step explanation:
5.6m questions
7.3m answers