Computer Science, asked by shivprasad886, 5 months ago

explain about pow() functions with suitable example

Answers

Answered by ritamriyu12
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