I am getting error in the array variables that was given in the practise problem however the solution states the same as below : Error ERROR Validation Error Compiler error(s) encountered processing expression "NameAge(0) + " " + NameAge(1) + " " +NameAge(2) + " “”.(2) : error BC30574: Option Strict On disallows late binding.
(2) : error BC30574: Option Strict On disallows late binding.
(2) : error BC30574: Option Strict On disallows late binding. ArrayVar_030123.xaml
The error says you need to specify a type for the variable…as you are using + the value before it and after it should be of same type…so we have to convert them to string