EDN Admin
Well-known member
<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
<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