How To Create a Quiz Game using c++
In this article, the task is to create a quiz game where the user will be asked questions and the result of each question whether it is correct or wrong with the updated score will be shown.
Demo
Code
#include<iostream>
#include<conio.h>
using name...
amitgajare.hashnode.dev2 min read