質問編集履歴
1
コード一部修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,8 +25,8 @@
|
|
25
25
|
Console.WriteLine();
|
26
26
|
int max = Array.Max();
|
27
27
|
int min = Array.Min();
|
28
|
-
Console.WriteLine("最大値:"
|
28
|
+
Console.WriteLine("最大値:"+max);
|
29
|
-
Console.WriteLine("最小値:"
|
29
|
+
Console.WriteLine("最小値:"+min);
|
30
30
|
}
|
31
31
|
}
|
32
32
|
}
|