Syvum Home Page

Home > Quiz Games > C++ Programming >

Thrillionaire Game

C++ Programming : Know Your Programs

Solve 10 questions in a row to reach one "thrillion" dollars! You are allowed 3 hints/clues per game.

What do each of the following programs do?
Formats Quiz Review
Multiple choice

Q = million $
1 = 2000
2 = 4000
3 = 8000
4 = 16000
5 = 32000
6 = 64000
7 = 125,000
8 = 250,000
9 = 500,000
10 = 1,000,000
Consider the following program code :
 #include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
int x=10;
float y=10.1;
char z='a';
cout << "x = " << x << endl;
cout << "y = " << y << endl;
cout << "z = " << z << endl;
getch();
}
This program takes in an integer, floating point number and a character as a screen input from the user.

  True

  False

Question 1 of 10.


Disclaimer: No money can be won. This game is just for entertainment.

Contact Info © 1999-2024 Syvum Technologies Inc. Privacy Policy Disclaimer and Copyright