Announcement

Collapse
No announcement yet.

Name with first and latest char printed

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

  • Name with first and latest char printed

    PHP Code:
    public class test {

        public static 
    void main (String [] input){

        
    String nome "ciovio";
            
    System.out.print(nome.charAt(0));
            
    System.out.print(nome.charAt(nome.length() - 1));
            

        }




    | 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