Hello World!

Discussion in 'Introductions' started by CG01, Mar 7, 2014.

  1. #1
    I'm new, obviously, and I didn't knew there was an introductions topic so....
    I'm a youn developer currently at age of 17 learning everything I can for what I think might be my career.

    I've learned:

    -C# (intermediate)
    -C++ (basic)
    -MySQL (intermediate)
    -Java (basic/intermediate)
    -Basic
    -PHP
    -HTML

    Currently learning:
    -PHP (intermediate/advanzed)
    -CSS

    Among other little stuff I've tried in the way. I'm open to any knowledge or experience you might want to share. Thank you and hope we have a good time here.
     
    CG01, Mar 7, 2014 IP
  2. dlprentice

    dlprentice Well-Known Member

    Messages:
    276
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Lol the first thing I thought when I seen "Hello World" was "That is the first thing you learn in any coding language." Sure enough I was right. Anyway welcome to the forums enjoy it here and I hope you find success.
     
    dlprentice, Mar 7, 2014 IP
  3. CG01

    CG01 Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    11
    #3
    Hahaha, well I thought it would be a good relation. The first thing you do in a coding language should be the first thing I wrote in the forum. Thanks
     
    CG01, Mar 8, 2014 IP
  4. ragamsky

    ragamsky Active Member

    Messages:
    191
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    every body know it, but the important thing is logic!
    I recomended OOP.

    To OP :

    publicclass HelloWorld {

    publicstaticvoidmain(String[] args){
    System.out.println("Hello Buddy, wellcome to DP");
    }

    }
     
    ragamsky, Mar 8, 2014 IP
  5. CG01

    CG01 Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    11
    #5
    Thanks dude
     
    CG01, Mar 8, 2014 IP