Commit 33dec52f authored by samuelboulton's avatar samuelboulton

comments test

parent e399b3d7
Pipeline #373 failed with stages
...@@ -26,7 +26,7 @@ public class AssessmentPartOne { ...@@ -26,7 +26,7 @@ public class AssessmentPartOne {
} }
else else
{ {
return num1; //added ';' // changed num2 to num1 return num1; //added ';' and changed num2 to num1
} }
} }
} }
...@@ -39,7 +39,6 @@ public class AssessmentPartOne { ...@@ -39,7 +39,6 @@ public class AssessmentPartOne {
// start or end // start or end
// This method should only deal with 0 and positive integers // This method should only deal with 0 and positive integers
// This method should return -1 if it cannot calculate the result // This method should return -1 if it cannot calculate the result
// You should comment your code explaining what each part does // You should comment your code explaining what each part does
int sumOfSquares = 0; int sumOfSquares = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment