herrDeng網內搜尋
![Google](http://www.google.com/images/poweredby_transparent/poweredby_000000.gif)
自訂搜尋
Ads
訂閱:
張貼留言 (Atom)
熱門文章
-
11!=?
-
輸出字串20次
-
產生50個元素的陣列並排序
-
計算你上學期加權平均
-
寫一個是否上學期成績2/3的程式
-
C字串練習 字串 char word[]="You win!"; 輸出為: You win! You win You wi You w You You Yo Y 給進階使用者: gets () 是個危險的函式!
-
解釋memset, memcpy
-
猜數字
-
int a[]={21, 23, 57, 13 ,17, 6}; float average; average=?
26 則留言:
package sss;
import java.util.*;
public class qwe {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package hello0422;
import java.util.*;
public class helloex2 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int [5];
for (int i=0;i<5;i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package she;
import java.util.*;
public class shr156 {
public static void main(String[]args) {
Random rnd=new Random();
int x = 0;
for(int i=0;i<5;i++){
x =rnd.nextInt(100);
System.out.println(x);
}
}
}
package hello0422;
import java.util.*;
public class ex2 {
public static void main(String[] args) {
Random rnd=new Random();
int x;
for (int i=0;i<5;i++){
x=0+rnd.nextInt(100);
System.out.println(x);
}
}
}
package hello0422;
import java.util.Random;
public class ex2 {
public static void main(String[] args) {
Random rnd=new Random();
int x;
for (int i=0;i<5;i++){
x=0+rnd.nextInt(100);
System.out.println(x);
}
}
}
package ex1;
import java.util.Random;
public class ex2 {
public static void main(String[] args) {
Random rnd = new Random();
int x[]=new int[5];
for(int i=0;i<5;i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package ex1;
import java.util.*;
public class hello4222 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package bbbb;
import java.util.*;
public class gsgsg3 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int [5];
for(int i=0;i<5;i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package hello;
import java.util.*;
public class hello {
public static void main(String[] args) {
Scanner input=new Scanner(System.in);
Random rnd=new Random();
int x ;
for (int i=0;i<5;i++){
x=rnd.nextInt(100);
System.out.println(x);
}
}
}
package ex1;
import java.util.*;
public class ex3 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int [5];
for(int i=0;i<5;i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
import java.util.*;
public class hello1 {
public static void main(String[] args) {
Scanner input=new Scanner(System.in);
Random rnd=new Random();
int x ;
for(int i=0;i<5;i++);
x=rnd.nextInt(100);
System.out.println(x);
}
}
package free; import java.util.*; public class free2 { public static void main(String[]args) { Random rnd=new Random(); int x = 0; for(int i=0;i<5;i++){ x =rnd.nextInt(100); System.out.println(x); } } }
package hello;
import java.util.*;
public class ex1 {
public static void main(String[] args) {
Random rnd=new Random();
int x;
for(int i=0;i<5;i++){
x=rnd.nextInt(100);
System.out.println(x);
}
}
}
package ex2;
import java.util.Random;
public class aa {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]= rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package ex1;
import java.util.Random;
public class helloEx2 {
public static void main(String[] args) {
Random rnd=new Random();
int x;
for (int i=0 ;i < 5;i++){
x=rnd.nextInt(100);
System.out.println(x);
}
}
}
package ex1;
import java.util.*;
public class hello4222 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package zz;
import java.util.Random;
public class ex2 {
public static void main(String[] args) {
Random rnd = new Random();
int x[]=new int [5];
for (int i=0;i<5;i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package abbaab;
import java.util.*;
public class baabba {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int [5];
for(int i=0;i<5;i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package VV;
import java.util.Random;
public class ex1 {
public static void main(String[] args) {
Random rnd = new Random();
int x[]=new int [5];
for (int i=0;i<5;i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package ex2;
import java.util.*;
public class asd {
public static void main(String[] args) {
Scanner input=new Scanner(System.in);
int x=input.nextInt();
switch(x)
{
case 1: System.out.println("one"); break;
case 2: System.out.println("two"); break;
default: System.out.println("other");
}
}
}
package hello0422;
import java.util.*;
public class ex2 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package aaa;
import java.util.*;
public class ggg {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package ex1;
import java.util.*;
public class hello4111 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package hello0422;
import java.util.*;
public class ex2 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package hello0422;
import java.util.*;
public class ex2 {
public static void main(String[] args) {
Random rnd=new Random();
int x[]=new int[5];
for(int i=0; i<5; i++){
x[i]=rnd.nextInt(100);
System.out.println(x[i]);
}
}
}
package she;
import java.util.*;
public class shr156 {
public static void main(String[]args) {
Random rnd=new Random();
int x = 0;
for(int i=0;i<5;i++){
x =rnd.nextInt(100);
System.out.println(x);
}
}
}
張貼留言