Interview Question for C#

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<span style="color:black; font-family:Calibri,sans-serif; font-size:11pt Implement the following function and test it (C#):
<span style="color:black; font-family:Calibri,sans-serif; font-size:11pt protected int GetSum(int from, int to)
<span style="color:black; font-family:Calibri,sans-serif; font-size:11pt {
<span style="color:black; font-family:Calibri,sans-serif; font-size:11pt // add the numbers from “from” to “to” all together and return the result.
<span style="color:black; font-family:Calibri,sans-serif; font-size:11pt }

View the full article
 
Back
Top