Commit 9a40f83a authored by Thundy's avatar Thundy

assessment 1, H. Pickett, 7-1-19

parent a22e0791
......@@ -45,6 +45,7 @@ public class AssessmentPartOne {
// You should comment your code explaining what each part does
int sumOfSquares = 0;
if ((start==end) || ((start<0) || (end<0)) || (start>end) || (end-start==1))
......
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