Announcement

Collapse
No announcement yet.

Substring - first 3 chars ( name + surname)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Substring - first 3 chars ( name + surname)

    PHP Code:
    public class test {

        public static 
    void main (String [] input){

        
    String nome "ciovio";
        
    String cognome "eldigre";
            
    System.out.print (nome.substring(0,3) + cognome.substring(0,3))  ;

        }




    | VFX Artist, C++ Programmer, HW Overclocker | Web: xgiovio.com Email: xgiovio@gmail.com Twitter: @xgiovio
Working...
X

Google Profile


My name is Giovanni Di Grezia, but people call me xgiovio.

Here is my homepage:.

I'm a VFX Artist and Software Developer.

Giovanni Di Grezia