Hi!
I made a quiz program where you have to create a String q[] = {"what is the first letter?","a","b","c"};
and use this in addQuestion(q,2);
is it possible to use something like addQuestion( {"what is the first letter?", "a", "b", "c"},4);
?
If so, how?