Is it possible to create such an array in which you can store strings and numbers at the same time?

string-int[] array = [4, "five"];

Reply via email to