Time: 15 minutes
Purpose: This activity helps you get familiar with overloading
Introduction: Youโre had experience creating methods, now have a go at overloading them
Task: Building on โ create an add method that takes three integers, and returns an integer value.
Use overloading, and attempt to make use of your previous methods.