Exercise 1: Call Functions Using Multicast Delegates
In this exercise, you have to call multiple functions using a single delegate!
We'll cover the following...
Problem Statement
In this exercise, you have to call the functions Add()
, Subtract()
, ...