Question #2208

What will be the output of the following VBA function? <br> Sub stg()Str = 'Mathematics' <br> Debug.Print right(str,6) <br> End sub

A.
matics
B.
Mathem
C.
Mathemat
D.
Mathematics
Explanation

No explanation provided.