我初中都沒畢業(yè),能學(xué)得會嗎?英文也不會發(fā)音,記不住啊。初中老師教的,我只記得I love you.其它不記得了!!現(xiàn)在都35歲了,記憶力又不好!
![]() |
輸過敗過不曾怕過51zxw
展開
|
![]() |
旺旺陽陽
展開
|
![]() |
QQ4fisw0ji6
展開
package one;
import java.util.*;
public class _wr {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner a = new Scanner(System.in);
System.out.println("請輸入3個整數(shù) : ");
int c = a.nextInt();
int q = a.nextInt();
int w = a.nextInt();
if(c==q&&c==w) {
System.out.println("這三個數(shù)相等");
} else if(c+q+w>10 |
![]() |
WXjylqmb55h
展開
|
![]() |
T-6fezz5dbt
展開
import java.util.*;
public class oo {
public static void main(String[] args) {
Scanner a=new Scanner(System.in);
System.out.println("請在1 2 3中選擇一個數(shù)字輸入");
int b=a.nextInt();
switch(b){
case 1:
System.out.println("我出石頭");
break;
case 2:
System.out.println("我出剪刀");
break;
case 3:
System.out.println("我出布");
break; |
![]() |
WXuyzpm7n5o
展開
import java.util.Scanner;
public static void main(String[] args){
Scanner in=new Scanner(System.in);
System.out.println("請輸入數(shù)字1、2、3其中一個");
int A=in.nextInt();
switch(A){
case 1:
System.out.println("你出的是石頭");
break;
case 2:
System.out.println("你出的剪刀");
break;
case 3:
System.out.println("你輸出的是布");
break;
default:
System.out.print |
承擔(dān)因您的行為而導(dǎo)致的法律責(zé)任,
本站有權(quán)保留或刪除有爭議評論。
參與本評論即表明您已經(jīng)閱讀并接受
上述條款。