標題:
模擬考成績
[打印本頁]
作者:
tonyh
時間:
2019-5-4 15:38
標題:
模擬考成績
本帖最後由 tonyh 於 2019-5-4 15:45 編輯
日期: 2019/5/4
範圍: 102, 202, 302, 402, 502
-----------------------------------
楀諺 2 / 5
秉翰 1 / 5
安立 0 / 5
東緯 0 / 5
作者:
黃安立
時間:
2019-5-10 18:06
import java.util.*;
public class JPA02 {
static Scanner keyboard = new Scanner(System.in);
public static void main(String[] args) {
test();
test();
}
static void test(){
int num1, num2;
System.out.println("Input:");
num1 = keyboard.nextInt();
num2 = keyboard.nextInt();
if (num1 > num2) {
System.out.println(num1 + " is larger than " + num2);
}
else {
System.out.println(num2+ " is larger than " + num1);
}
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2