Skip to content

Commit

Permalink
String örnek
Browse files Browse the repository at this point in the history
  • Loading branch information
ileri committed Nov 15, 2016
1 parent b784773 commit e9ac55c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions merhaba_java/Merhaba.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
public class Merhaba{
public static void main(String args[]){
String s1 = "Merhaba";
String s2 = "Java";
String s3 = s1 + " " + s2;
System.out.println(s3);
}
}

0 comments on commit e9ac55c

Please sign in to comment.