herrDeng網內搜尋
自訂搜尋
Ads
訂閱:
張貼留言 (Atom)
熱門文章
-
明文=I'm student key=(2,15,8) 密文=?
-
C字串練習 字串 char word[]="You win!"; 輸出為: You win! You win You wi You w You You Yo Y 給進階使用者: gets () 是個危險的函式!
-
請用C/C++ 程式計算 S=1*1+2*2+3*3+4*4+.....+20*20=?
-
列印課表數字代碼矩陣,以及代碼的課名 提示: 參考此連結
-
GCD(123456789,345634567)=?
-
輸出字串20次
-
array ex 1, 2,3,7,8
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);
}
}
}
張貼留言