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
Explanation
No explanation provided.