What is the output of the following expression? Function multi(x,y) { var c = x*y; } multi(20,3);