I need 5 T or F questions with the option to input the answer and then add the correction to answer if right or wrong.
i just need random questions!
I am thinking of going to school for computer programming and my FIL is a programmer.
#include <iostream>
#include <conio.h>
using namespace std;
int main()
{
int True;
int False;
{
if (userresponse != 'T' && userresponse != 'F')
cout << " Cows have 7 stomachs"
cin >> userresponse
else
cout << " You responded True " << endl;