質問編集履歴

1

コードの修正

2017/10/02 15:02

投稿

b_b_b
b_b_b

スコア32

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  public final class NumberExercise{
22
22
 
23
- public static long addition(final int a, final int b){
23
+ public static Long addition(final integer a, final integer b)throws IllegalArgumentException{
24
24
 
25
25
  return (long)a + (long)b;
26
26