Test Cases & Chat
Part 1
current
Test 1
input:x = 2.0, n = 10
expect:1024.0
Test 2
input:x = 3.0, n = 3
expect:27.0
Test 3
input:x = 2.1, n = 3
expect:9.261
Test 4
input:x = 2.0, n = -2
expect:0.25
Test 5
input:x = 1.0, n = -2147483648
expect:1.0
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:x = 2.0, n = 10
expect:1024.0
Test 2
input:x = 3.0, n = 3
expect:27.0
Test 3
input:x = 2.1, n = 3
expect:9.261
Test 4
input:x = 2.0, n = -2
expect:0.25
Test 5
input:x = 1.0, n = -2147483648
expect:1.0
Choose your coach
Pick a style and how you want to communicate
then