93) What will be the output of the following VBA function?
Sub stg()Str = 'Mathematics'
Debug.Print right(str,6)
End sub
Answer is: