jake2007
- 2
- 0
my iq is 107 according to that ravens test. is that high enough to be a successful computer programmer?
The discussion centers around the misconception that IQ is a determining factor for success in programming. Participants emphasize that a score of 107 is sufficient and that dedication and practice are far more critical than IQ. They suggest that anyone can learn programming by simply obtaining a compiler for any programming language and starting to code. The conversation also humorously touches on the idea of hacking, underscoring that skills, not intelligence, are what matter in the field.
PREREQUISITESThis discussion is beneficial for aspiring programmers, students considering a career in technology, and anyone interested in understanding the mindset required for success in programming, regardless of their IQ score.
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;
}