Calls an addition function defined in Scilab with given inputs and returns the expected result
y = add(in1,in2)
ouput
Numbers to multiply
This function accepts accepts two numbers and adds them
// Adding two numbers y = add(33,45)