Greetings, I'm wondering if there's any way to process variables similarly to arrays in this manner?
Looking for a solution to output objects and we haven't covered vectors yet.Code:int var1 = 0, var2 = 0, var3 = 0;
for (int x = 0; x < 4; x++)
var(x) = 1;

