Code is something the world must quickly adapt to. Computer Science is what will move the future economy. I’m a sophomore majoring in Computer Science and I believe it will change the world better than anyone has ever dreamed. I’m an intermediate programmer right now but, I still remember my very first program. It was as simple as “Hello World”. When I compiled my program for the first time I was amazed that I could actually tell the computer to do something. My first program went a little like this:
//Hasani Mason //Lab 1 in //Programming
#include <iostream>
using namespace std;
int main() {
//Output Hello World cout << "Hello World";
//End program safely return 0;
}
I have come very far today from that simple program, but what is important about this program is that it is the first program for many successful programmers.












