i want to ask how i do specify an array length in a method parameter in C#. for example a method to calculate average of ten double numbers like Averageof10numbers(double[10] numbers) but it gives error.array length is not more 10 and not less 10. is there
any solution for this?
↧