84.8k views
0 votes
What is normally an expression in assigment(flowcharts)? a. = (Equals sign)

b. := (Assignment operator)
c. == (Equality operator)
d. <- (Assignment arrow)

1 Answer

4 votes

Final answer:

In flowcharts, the symbol normally used for an assignment is the assignment operator ':='.

Step-by-step explanation:

In flowcharts, the symbol normally used for an assignment is b. := (Assignment operator). This symbol indicates that a value is being assigned to a variable. In other contexts, such as programming, you might see different symbols for assignment, such as the equals sign =. It's important to differentiate the assignment operator from others like the equality operator ==, which is used to compare two values for equality but not for assignment purposes.

User Rbaleksandar
by
7.0k points