All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Lib.tests.source.splitnew Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
public class splitnew {
    public static void main(String... args){
    	Number x = null;
    	int y = args.length;
    	while (y --> 0){
        	if (y%3 == 2){
    			break;
    		}
    	}
    	x = new Long(args[0]);
    	System.out.println(x);
    	System.out.println((byte)y);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy