Skip to content

Instantly share code, notes, and snippets.

@edinak1
Created October 17, 2015 14:12
Show Gist options
  • Save edinak1/512784bb4f1b5dc7d3d8 to your computer and use it in GitHub Desktop.
Save edinak1/512784bb4f1b5dc7d3d8 to your computer and use it in GitHub Desktop.
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