In a program, when you accept raw values from a user, it does not make any sense unless you derive meaningful data out of these values. To derive a meaningful data from the values received from the user, you might need to manipulate these values in the program. For these manipulations, you need to make various arithmetic calculations, comparison and other such tasks in the program. To aid such manipulations, you can use various operators available in most of the programming languages.
In this video, you will learn about using assignment operator and arithmetic operators pseudocodes. These operators are supported across programming languages.