Created
October 17, 2015 14:12
-
-
Save edinak1/512784bb4f1b5dc7d3d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package numbers; | |
public class Third { | |
public static void main(String[] args) { | |
String name="\"Yuliya\" "; | |
String str="In my name "; | |
int size=name.length()-3; | |
System.out.println(str+name+size+" symbols:)"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment