jake2007
- 2
- 0
my iq is 107 according to that ravens test. is that high enough to be a successful computer programmer?
Math Jeans said:Your IQ is not important! With enough work, anyone can hack into the CIA!
Mallignamius said:After, of course, serving a few years in the state pen...
#include <iostream>
#include <string>
using std::cin;
using std::cout;
int main(){
string a = "Yes";
string b = "No";
char dummy;
cout << "Do you want to know if you're smart enough to be a programmer?\n";
cin >> dummy;
cout << "Well, " << a <<" you are. Even if you did input something into a variable called dummy.\n";
return 0;
}