Pidgin configuration through web proxy
Dec 30, 2009 by mohamed hanoosh
Dec 30, 2009 by mohamed hanoosh
Posted in: desktop, internet | 0 comments | |
Nov 1, 2009 by mohamed hanoosh
Posted in: desktop, gnome | 0 comments | |
Oct 20, 2009 by mohamed hanoosh
int[] array = new int[size];
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
for (int j = 0; j < array.length ; j++) {
int k = Integer.parseInt(br.readLine());
array[j] = k;
}
}catch (Exception e) {
e.printStackTrace();
}
int[] array = new int[size];
try {
Scanner in = new Scanner(System.in);
for (int j = 0; j < array.length ; j++) {
int k = in.nextInt();
array[j] = k;
}
}catch (Exception e) {
e.printStackTrace();
}
Posted in: code, java | 0 comments | |
Copyright 2008 | All Rights Reserved.
MistyLook made free by Web hosting Bluebook. Port to Blogger Templates by Blogcrowds | Distributed by Free Blogger Templates