hi im new to c# and was trying to code but getting error can anybody help me with this what am i doing wrong?
using System; using System.Collections.Generic
For this problem you have to use void if your function didn't return any value otherwise you have to define a return value at the end of your function.