9 Replies
how do i send the code?
$code
To post C# code type the following:
```cs
// code here
```
Get an example by typing
$codegif
in chat
For longer snippets, use: https://paste.mod.gg/if it's an entire project (lots of files), github
so uh
the numbers.sum in the SumOfArray isnt working
it works if theyre both in the static void main
the first thing is never use the
Array
type, use the actual type of the array which in this case is int[]
you're losing information needed to access the Sum methodoh
that was as expected awefully simple
lemme see if it works
it did
thanks alot man
I appreciate the help