What’s the wrong thing? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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(); }

30th Nov 2019, 3:09 PM
wojod
9 Antworten
+ 1
thanks for trying
30th Nov 2019, 5:36 PM
wojod
0
Your code looks incomplete.
30th Nov 2019, 3:11 PM
Avinesh
Avinesh - avatar
0
yes it’s too long
30th Nov 2019, 3:12 PM
wojod
0
i just took this function cause something wrong with it
30th Nov 2019, 3:12 PM
wojod
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.
30th Nov 2019, 3:14 PM
Avinesh
Avinesh - avatar
0
okay
30th Nov 2019, 3:15 PM
wojod
0
Woah! That is really big. I really hope someone finds time to go through it to rectify the errors.
30th Nov 2019, 3:24 PM
Avinesh
Avinesh - avatar
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
30th Nov 2019, 3:49 PM
wojod