what is the output of expression, 2**3?
Answers
Answered by
3
Answer:
8
Explanation:
Answered by
0
8
Explanation:
- Arithmetic operators are the operators that are used to perform mathematical operations in programming languages.
- The double asterisk operator is an arithmetic operator in the programming languages.
- The double asterisk operator is used as power of function.
- The number before the operator is the base.
- The number after the operator is the power.
Similar questions