Posts by Leonardo • 13 points
1 post
-
1
votes1
answer1895
viewsQ: How to pass arguments in the Eclipse Ide console?
How to pass arguments in the Eclipse console? For example this program: public class Eco { public static void main(String[] args) { for(int i=0; i<args.length; i++) System.out.println(args[i] + "…