Method Overloading for Different Parameters

# Introduction In this lab, you need to create a class called `Addition` with two methods named `addNumbers()` that can handle different numbers of integer parameters, and then, in the `main()` method, get input for four integers, create an object of `Addition`, and call the `addNumbers()` method with different sets of arguments.

|60 : 00

Click the virtual machine below to start practicing