explain about pow() functions with suitable example
Answers
Answered by
3
Answer:
HOPE IT HELPS.!!!!!!.
Explanation:
Here, we created a function called pow() . It takes two arguments, finds the first argument raised to the power of second argument and prints the result in appropriate format. We have used a built-in function paste() which is used to concatenate strings.
Similar questions