jake2007
- 2
- 0
my iq is 107 according to that ravens test. is that high enough to be a successful computer programmer?
The discussion revolves around the question of whether an individual's IQ is a determining factor for success in computer programming. Participants explore various perspectives on intelligence, the relevance of IQ scores, and the importance of effort and practice in learning programming skills.
Participants generally disagree on the relevance of IQ to programming success, with multiple competing views on the importance of intelligence versus effort and practice.
The discussion includes informal and humorous remarks that may not contribute to a serious analysis of the topic. There are also varying assumptions about what constitutes "success" in programming.
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;
}