# Introduction In this lab, you will create a program that demonstrates function overloading by defining two functions called `add_numbers()` that perform addition with different numbers of parameters, and then call the functions with different sets of integer arguments to test their functionality.
Click the virtual machine below to start practicing