Implement the following function and test it (C#):
protected int GetSum(int from, int to)
{
// add the numbers from “from” to “to” all together and return the result.
}
Implement the following function and test it (C#):
protected int GetSum(int from, int to)
{
// add the numbers from “from” to “to” all together and return the result.
}