Given the following code segment
Sub myfirstsub()
Print tot (2,3)
End sub
Public function tot (x as single, y as single) as single
Tot =x+y
End function
Interpret the code.
 Viewed: 149 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!