質問編集履歴

1

あああ

2017/07/20 05:05

投稿

xxxxxxx
xxxxxxx

スコア50

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  public static void main(String[] args) throws IOException, NumberFormatException {
6
6
 
7
- System.out.println("2以上の整数を入力してください");
7
+ System.out.print("2以上の整数を入力してください----- ");
8
8
 
9
9
 
10
10
 
@@ -64,9 +64,7 @@
64
64
 
65
65
 
66
66
 
67
- 2以上の整数を入力してください
67
+ 2以上の整数を入力してください----- 34
68
-
69
- 34
70
68
 
71
69
  2 * 17
72
70
 
@@ -76,7 +74,7 @@
76
74
 
77
75
 
78
76
 
79
- 2以上の整数を入力してください---34
77
+ 2以上の整数を入力してください----- 34
80
78
 
81
79
  2
82
80