শুরু করা যাক তাহলে-
১. প্রথমে StringArrayExample নামে class তৈরি করি। নিচের কোড লক্ষ্য করি।
output:
The third element is: Science
The size of array is: 4
Index[0] = Bangla
Index[1] = English
Index[2] = Science
Index[3] = Arts
Programming in C
Java
C++
Python