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.3k points

Related questions

asked May 10, 2024 95.8k views
Klevison asked May 10, 2024
by Klevison
7.7k points
1 answer
1 vote
95.8k views
1 answer
5 votes
9.0k views