beyondgrader.com Logo
DemoBrowseAboutTeamLogin

Static Adder

Geoffrey Challen // 2020.9.0

Create a class named Math. Math should have one public static method named add. add should accept two int arguments and return their sum.