Basic operations
Let's look at some basic operations that you may require while programming.
Arithmetic operations:
Addition(+): adds two numbers
Subtraction (-): Subtracts the right operand from the left.
Multiplication (*): Multiplies two numbers.
Division (/):...
techbyabeginner.hashnode.dev2 min read