Skip to main content

AD

Quiz. Project Source Code C++ For Biggners ,, Quiz. Game Using if else statements..

INTRODUCTION :-

                                            My project is simply a quiz game .



This quiz consist of ten questions .

Every question has one mark .

If user pick correct option than it will add one mark .

If user pick wrong option , than no negative marking done .

Passing marks is 6 .

The result will be shared at the end .

And you will be informed about that you are pass or fail .

This source code of this  Quiz Game consist different functions , conditional sentences , loop etc .  



SOURCE  CODE :-

#include <iostream> //header file

using namespace std; //header file

int playquiz () ; //function prototype

int main() 

{

    int finalresult ; //declare a data type

    char playagain ; //declare a char data type

    finalresult = playquiz() ; //function call

    while (finalresult >= 6 ) //loop

    {

    cout << "Your final score is " <<finalresult << endl ; //simple output statement

        cout << "You are Pass" << endl ; //simple output statement

        cout << "Do you want to play quiz again answer with y or n " << endl ; //simple output statement

        cin >> playagain ; //simple input statement

        if (playagain == 'y' || playagain == 'Y') //condition

        {

           finalresult = playquiz () ; //function call

        }

        else

        {

            cout << "Thanks for playing game " << endl ; //simple output statement

            break ;

        }

    }

    if (finalresult < 6 )

    {

    cout << "Your final score is " <<finalresult << endl ; //simple output statement

        cout << "You are Fail" << endl ; //simple output statement

        cout << "Thanks for playing game ..... Better luck next time !" << endl ; //simple output statement

    }

    return 0;

}

int playquiz () //function defination

{

    char c ; //declaration of char data type

    char option ; //declaration of char data type

    int score ; //declaration of int data type

    cout << ".......WELCOME TO THE QUIZ GAME......." << endl ;

    cout << "...Please follow the instructions..." << endl ;

    cout << "Instruction 1 : Quiz contain total 10 questions " << endl ;

    cout << "Instruction 2 : one question has 01 mark " << endl ;

    cout << "Instruction 3 : There will be no negative marking " << endl ;

    cout << "Instruction 4 : If your score is 6 or greater than 6 than you are pass" << endl ;

    cout << "Instruction 5 : Please select from options (a,b,c&d)" << endl ;

    cout << "Instruction 6 : Please press s to start the quiz  " << endl ; //simple output statements

    cin >> c ; //simple input statement

    if (c == 's'  || c == 'S') //condition

    {

        cout << " Question 01 : Which city is the capital of Pakistan ? " << endl ;

        cout << "(a) Lahore (b) Peshawar (c) Islamabad (d) Karachi " << endl ;

        cin >> option ;

        if (option == 'c' || option == 'C') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 02 : Which river is the largest river in Pakistan ? " << endl ;

        cout << "(a) Indus (b) Ravi (c) Satluj (d) Chanab " << endl ;

        cin >> option ;

        if (option == 'a' || option == 'A') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 03 : Who is the Prime minister of Pakistan ? " << endl ;

        cout << "(a) Imran Khan (b) Nawaz Sharif (c) Shahbaz Sharif (d) Arif Alwi " << endl ;

        cin >> option ;

        if (option == 'c' || option == 'C') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 04 : What is the national game of Pakistan ? " << endl ;

        cout << "(a) Cricket (b) Kabadi (c) Football (d) Hockey " << endl ;

        cin >> option ;

        if (option == 'd' || option == 'D') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 05 : Which animal is the national animal of Pakistan ? " << endl ;

        cout << "(a) cow (b) Goat (c) Markhor (d) Buffalow " << endl ;

        cin >> option ;

        if (option == 'c' || option == 'C') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 06 : Which flower is the national flower of Pakistan ? " << endl ;

        cout << "(a) Jasmine (b) Flower (c) Sunflower (d) Orchid " << endl ;

        cin >> option ;

        if (option == 'a' || option == 'A') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 07 : Who is the chief minister of sindh ? " << endl ;

        cout << "(a) Abdul Quddos Bizenjo (b) Choudhary Parvaiz Elahi (c) Khalid Khurshid (d) Murad Ali Shah " << endl ;

        cin >> option ;

        if (option == 'd' || option == 'D') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 08 : Which city is the capital of Punjab ? " << endl ;

        cout << "(a) Lahore (b) Bahawalpur (c) Islamabad (d) Sahiwal " << endl ;

        cin >> option ;

        if (option == 'a' || option == 'A') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 09 : Who is the first women prime minister of Pakistan ? " << endl ;

        cout << "(a) Sheeri Mazari (b) Banzir Bhutto (c) Maryam Nawaz  (d) Sajida Bagum " << endl ;

        cin >> option ;

        if (option == 'b' || option == 'B') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

        cout << " Question 10 : Which city is the capital of Balochistan  ? " << endl ;

        cout << "(a) Quetta (b) Sibbi (c) Chaman (d) Gwadar " << endl ;

        cin >> option ;

        if (option == 'a' || option == 'A') //condition

        {

            score = score + 1 ; //increament statement

        }

        else

        {

            score = score ;

        }

    }

    else

    {

        cout << "Invalid Input , Please enter s to start the quiz " << endl ;

    }

    return score ;

}



Comments

Popular posts from this blog

Different Species of Cheetahs Present in the World

  Different Species of C heetah Present in the World :- There is only one species of cheetah, which is called Acinonyx jubatus. Cheetahs are found in various parts of Africa, as well as in a small population in Iran. There are several subspecies of cheetah, including: Acinonyx J ubatus V enaticus : -   Acinonyx jubatus venaticus, also known as the Asiatic cheetah, is a subspecies of cheetah found in Central Asia and the Transcaucasus region. It is the only remaining population of cheetahs in Asia, and is critically endangered with fewer than 50 individuals remaining in the wild. The Asiatic cheetah is adapted to living in arid and semi-arid environments, and is found in grasslands, savannas, and steppes. It is slightly smaller in size compared to other subspecies of cheetah, and has a longer and thicker coat to help it survive in colder climates. The Asiatic cheetah is threatened by habitat loss, poaching, and conflict with humans. Conservation efforts are underway to ...

Best ways to use your free time. What to do in your free time?

20 best ways to use your free time. What to do in your free time? If you have a large block of free time, the best way to use it is to relax, have fun, unwind from a stressful day or spend time with a loved one. But if you only have a small chunk – say 5 or 10 minutes – there's no time to do any fun stuff. So what to do in your spare time? Put these small chunks of time to their most productive use. Everyone works differently, so the best use of your free time really depends on you, your work style, and what's on your to-do list. But it is useful to have such a list so that you can quickly find a way to put the little free time to work immediately, without any thought. Use the following list as a way to spark ideas for what you can do in a short amount of time. 1. Reading files Cut out magazine articles or print out good articles or news to read later and save them in a folder labeled "Reading File." Take it wherever you are, and whenever you have a bit of...

1st Year Chemistry Short Questions (Chapter 7)

 If you are in 1st year class And searching for important short questions for your exams preparation than read it out  Here is some short questions from chapter 7 of 1st year  INTRODUCTION   1. What is thermochemistry Why it has limited scope? 2. What is the difference b/w exothermic & endothermic reactions? 3. What are thermochemical equations. Give two examples  4. Why is it necessary to mention physical and chemical states of reactant & products in thermochemical equations? 5. Why heat evolve in exothermic reactions & heat absorb in endothermic reactions? SYSTEM, SURRONDING AND STATE FUNCTION 6. Define system, surrounding& boundary with examples of each 7. Define state & state function with two examples SPONTANEOUS & NON-SPONTANEOUS REACTIONS 8. Differentiate spontaneous & non-spontaneous reactions 9. Explain that burning of candle (Coal) is a spontaneous process. 10. Is it true that non-spontaneous process never happened in the univer...