CBSE Class 12 Computer Project Quiz Competition C++

download CBSE Class 12 Computer Project Quiz Competition C++

If you can't read please download the document

Transcript of CBSE Class 12 Computer Project Quiz Competition C++

//This Program was Compiled using C++11 standard.#include#include#include#includeusing namespace std;class quiz //To start new session{private: char username[20]; int ranswer; //count Right Answer int score; //count score int hscore; //highscore void Q1() //Question1 { system("cls"); char Q1a; cout