DEV Community

Discussion on: Welcome Thread - v5

Collapse
 
otherdcn profile image
Dan C.

String myName = "Dan";
String communityName = "dev.to";
String myCountry = "Namibia";
String myStudies = "Computer Science";

//hello dev.to!
System.out.println("Hello "+communityName+" I'm "+myName+". Glad to be here :-D");
System.out.println("I hail from "+myContry);
System.out.println("I study "+myStudies);
System.out.println("I'm glad to be here!");