How do you make a section of this program inaccessible, after being run once?Well, what I have so far (Stewbond) consists of this: [code] int main() { int question; //the ...
How do you make a section of this program inaccessible, after being run once?I am making a 20-question quiz. The previous ones I have made make a question able to be re-accessed...