+ 1
What’s the wrong thing?
This is my function and i know something wrong with storing the function inside the array but I don’t know where ..please help! t) { int i ,j; getFormattedInfo(); cout<<"TRUE FALSE QUESTIONS\n"; for ( i=0 ; i<2; i++) { cout << "Question #"<<i+1<< endl; TFQ[i].readQuestion(); } cout <<"MULTIPLE CHOICE QUESTIONS\n"; for ( j=0; j<2; j++) { cout << "Question #"<<j+1<< endl; MCQ[j].readQuestion(); }
11 Respuestas
+ 1
thanks for trying
0
Your code looks incomplete.
0
yes it’s too long
0
i just took this function cause something wrong with it
0
Kindly copy paste your whole code in the code playground and share that link here.
It would be difficult for us to help you without looking at the complete code.
0
okay
0
Woah! That is really big.
I really hope someone finds time to go through it to rectify the errors.
0
see!😂i told you
my problem is with the array only everything els is fine but how. to store inside then call it to output it again