Facebook
From muchaiksde, 7 Years ago, written in Plain Text.
This paste is a reply to iksde from muchaiksde - view diff
Embed
Download Paste or View Raw
Hits: 479
  1. import java.util.Scanner;
  2.  
  3. public class ZnakParzystosc {
  4.     public static void main(String []args) {
  5.    
  6.                 for (int i = 0;i<args.length(); i++) {
  7.                 System.out.println(args[i]);
  8.         }
  9.        
  10.     }
  11. }
  12.  

Replies to Re: iksde rss

Title Name Language When
Re: Re: iksde muchaiksde text 7 Years ago.