♦ Arithematic Operators in C++
♣ Example2: Arithematic Operators in C++
Arithmetic Operations in Python are used to perform Mathematical Operations.Operator@Working |
---|
+@Addition |
-@Subtraction |
*@Multiplication |
/@Division |
%@Modulo |
++@Increment |
--@Decrement |
Example
Input:
Output: