Announcement

Collapse
No announcement yet.

Substring and Invert

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

  • Substring and Invert

    PHP Code:
    public class test {

        public static 
    void main (String [] input){

            
    String stringa "gino_paolo";

            
    String first stringa.substring(0,stringa.length());
            
    String second stringa.substring(stringa.length());

            
    System.out.println(second first);



        }




    | 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