Commit d80a8cd9 authored by oliver.rhodes's avatar oliver.rhodes

updates

parent 7805f22d
Pipeline #233 canceled with stages
......@@ -7,7 +7,7 @@ public class AssessmentPartOne {
// Debug this method so it passes the unit test.
// Add comments beside any changes you make
if (num1<num2)
if (num1>num2) //changed '<' to '>'
{
if (num3>num1)
{
......@@ -26,7 +26,7 @@ public class AssessmentPartOne {
}
else
{
return num2
return num2; //added semicolon
}
}
}
......
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