Get a good programming gig.
I learned how to do simple addition tonight on C#
Code:
Console.Write("Enter the first number here: ");
string brehTalk = Console.ReadLine();
int breh1 = int.Parse(brehTalk);
Console.Write("Enter the second number here: ");
brehTalk = Console.ReadLine();
int breh2 = int.Parse(brehTalk);
int sum = breh1 + breh2;
Console.WriteLine("The sum is: " + sum);
Console.WriteLine("The sum is: " + sum.ToString());
Console.WriteLine("The sum is: " + (breh1 + breh2));
//im just showing the 3 different ways
//to do that. Showing off :nas:
Console.ReadLine();
Also I want to do other creative things like music, draw and make games. I got a lifetime for that. Need to get this paper first so i can move out.