Interpret the following visual basic program code statement by statement:
Dim username As String
Dim position As Integer
Dim count As Integer
Username = “DEPARTMENT”
For position =1 To Len(username)
username=Mid(username, position +1)
Picture1. Print username
Next
 Viewed: 174 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!