Test Cases & Chat
Part 1
current
Test 1
input:Excel(3,"C"), set(1,"A",5), get(1,"A")
expect:5
Test 2
input:Excel(3,"C"), set(1,"A",2), set(1,"B",3), get(1,"B")
expect:3
Test 3
input:Excel(3,"C"), set(2,"B",10), set(2,"B",20), get(2,"B")
expect:20
Test 4
input:Excel(3,"C"), get(1,"A") (unset cell)
expect:0
Part 2
locked
Part 3
locked
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:Excel(3,"C"), set(1,"A",5), get(1,"A")
expect:5
Test 2
input:Excel(3,"C"), set(1,"A",2), set(1,"B",3), get(1,"B")
expect:3
Test 3
input:Excel(3,"C"), set(2,"B",10), set(2,"B",20), get(2,"B")
expect:20
Test 4
input:Excel(3,"C"), get(1,"A") (unset cell)
expect:0
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then