We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563da07 commit 6797ca1Copy full SHA for 6797ca1
MagicSquareDriver.java
@@ -1,8 +1,8 @@
1
-/*
2
- * Created by: liron mizrhai
3
- * required Classes: MagicSquare
4
- * if you find any bugs at the test please tell me :)
5
- */
+//*******************************************************
+// MagicSquareDriver.java
+// Required Classes: MagicSquare
+// Author: liron mizrahi
6
public class MagicSquareDriver
7
{
8
private static int testNumber = 0;
@@ -79,8 +79,7 @@ public static void main(String[] args)
79
test(MagicSquare.isMagicSquare(mat2));
80
System.out.println("---mat3---");
81
test(!MagicSquare.isMagicSquare(mat3));
82
-
83
- }
+ }// end of main method
84
85
private static void test(boolean testCondition)
86
0 commit comments