Page 1 of 1

The function pow(x,y,z) is evaluated as:

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) (x**y)**z
b) (x**y) / z
c) (x**y) % z
d) (x**y)*z