Commit 71e3f916 authored by Emman's avatar Emman

commit

parent 7805f22d
public class AssessmentPartOne { public class AssessmentPartOne {
public static void main(String [] args) {
}
public int biggestOfThree(int num1, int num2, int num3) public int biggestOfThree(int num1, int num2, int num3)
{ {
...@@ -26,7 +29,7 @@ public class AssessmentPartOne { ...@@ -26,7 +29,7 @@ public class AssessmentPartOne {
} }
else else
{ {
return num2 return num2;
} }
} }
} }
......
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