Test Cases & Chat
Part 1
current
Test 1
input:num1 = "2", num2 = "3"
expect:"6"
Test 2
input:num1 = "123", num2 = "456"
expect:"56088"
Test 3
input:num1 = "0", num2 = "0"
expect:"0"
Test 4
input:num1 = "999", num2 = "999"
expect:"998001"
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:num1 = "2", num2 = "3"
expect:"6"
Test 2
input:num1 = "123", num2 = "456"
expect:"56088"
Test 3
input:num1 = "0", num2 = "0"
expect:"0"
Test 4
input:num1 = "999", num2 = "999"
expect:"998001"
Choose your coach
Pick a style and how you want to communicate
then